CipherStash Docs
StackLatestTypes publicType aliases

BulkDecryptPayload

API reference for BulkDecryptPayload

@cipherstash/stack


Type Alias: BulkDecryptPayload

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

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

Type Declaration

id?

optional id: string;

data

data: Encrypted;

On this page