interface IDataBaseEntryCrypt {
    key: string;
    type: "crypt";
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

key: string
type: "crypt"
value: string