CipherStash Docs
StackLatestTypes publicType aliases

BulkEncryptedData

API reference for BulkEncryptedData

@cipherstash/stack


Type Alias: BulkEncryptedData

type BulkEncryptedData = {
  id?: string;
  data: Encrypted;
}[];

Defined in: .tmp-stack/packages/stack/src/types.ts:182

Type Declaration

id?

optional id: string;

data

data: Encrypted;

On this page