CipherStashDocs
StackLatestPackagesStackSrcTypes publicType aliases

BulkEncryptedData

BulkEncryptedData is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.

@cipherstash/stack


Type Alias: BulkEncryptedData

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

Defined in: packages/stack/src/types.ts:214

Type Declaration

id?

optional id: string;

data

data: 
  | Encrypted
  | null;

On this page