CipherStashDocs
StackLatestPackagesStackSrcTypes publicType aliases

BulkDecryptedData

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

@cipherstash/stack


Type Alias: BulkDecryptedData

type BulkDecryptedData = DecryptionResult<JsPlaintext | null>[];

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

On this page