Interface

Secret-1SecretRetrievableConstructorProps

interface ConstructorProps {
    attributes: { [key: string]: string };
    created: number | bigint;
    label: string;
    modified: number | bigint;
}

Hierarchy (View Summary)

Index

Properties

attributes: { [key: string]: string }
created: number | bigint
label: string
modified: number | bigint