Type Alias EncryptedProperty

Encrypted property in DB

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

Properties

Properties

cipher?: string
value?: unknown