zibri
    Preparing search index...

    Definition of the key used to encrypt encryption keys.

    type EncryptionMasterKey<TKey> = {
        id: string;
        value: TKey;
    }

    Type Parameters

    • TKey
    Index

    Properties

    Properties

    id: string

    The id of the key.

    value: TKey

    The actual value.