Type Alias EncryptedProperty

Encrypted property in DB

type EncryptedProperty = {
    cipher?: string;
    value?: unknown;
}
Index
cipher?: string
value?: unknown