Interface

Secret-1SecretRetrievableConstructorProps

interface ConstructorProps {
    attributes: GLib.HashTable<string, string>;
    created: number;
    label: string;
    modified: number;
}

Hierarchy (View Summary)

Index

Properties

attributes: GLib.HashTable<string, string>
created: number
label: string
modified: number