StackLatestPackagesStackSrcTypes publicType aliases
BulkDecryptPayload
BulkDecryptPayload is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
Type Alias: BulkDecryptPayload
type BulkDecryptPayload = {
id?: string;
data: | Encrypted
| null;
}[];Defined in: packages/stack/src/types.ts:215
Type Declaration
id?
optional id: string;data
data:
| Encrypted
| null;packages/stack/src/types-public
packages/stack/src/types-public is a module in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
BulkDecryptedData
BulkDecryptedData is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.