StackLatestPackagesStackSrcTypes publicType aliases
EncryptedValue
A branded type representing encrypted data. Cannot be accidentally used as plaintext.
Type Alias: EncryptedValue
type EncryptedValue = Brand<CipherStashEncrypted, "encrypted">;Defined in: packages/stack/src/types.ts:35
A branded type representing encrypted data. Cannot be accidentally used as plaintext.
EncryptedSearchTerm
Encrypted search term result. `eql` return type yields either a storage payload (`Encrypted`, for `ste_vec_term`) or a query-only term (`EncryptedQuery`, for...
EncryptionClientConfig
EncryptionClientConfig is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.