Interface IDataBaseEntryCrypt

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

    Hierarchy (view full)

    Properties

    Properties

    key: string
    type: "crypt"
    value: string

    Generated using TypeDoc and TypeDoc Airthium Plugin