CipherStashDocs
StackLatestPackagesStackSrcTypes publicType aliases

BulkEncryptPayload

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

@cipherstash/stack


Type Alias: BulkEncryptPayload

type BulkEncryptPayload = {
  id?: string;
  plaintext: JsPlaintext | null;
}[];

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

Type Declaration

id?

optional id: string;

plaintext

plaintext: JsPlaintext | null;

On this page