StackLatestPackagesStackSrcTypes publicType aliases
EncryptQueryOptions
EncryptQueryOptions is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
Type Alias: EncryptQueryOptions
type EncryptQueryOptions = QueryTermBase;Defined in: packages/stack/src/types.ts:286
EncryptOptions
Options for single-value encrypt operations. Use a column from your table schema (from encryptedColumn) or a nested field (from encryptedField) as the target...
Encrypted
Structural type representing encrypted data stored in the database. Always carries a ciphertext. See also `EncryptedValue` for branded nominal typing, and En...