StackLatestPackagesStackSrcTypes publicType aliases
BulkEncryptedData
BulkEncryptedData is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
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;BulkEncryptPayload
BulkEncryptPayload is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
Client
Public type re-exports for `@cipherstash/stack/types`. This module exposes only the public types from the internal types module. Internal helpers (`queryTyp...