StackLatestPackagesStackSrcTypes publicType aliases
OtherFields
OtherFields is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
Type Alias: OtherFields<T>
type OtherFields<T> = { [K in keyof T as NonNullable<T[K]> extends Encrypted ? never : K]: T[K] };Defined in: packages/stack/src/types.ts:156
Type Parameters
T
T
KeysetIdentifier
KeysetIdentifier is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
QueryTypeName
User-facing query type names for encrypting query values. - `'equality'`: Exact match. [Exact Queries](https://cipherstash.com/docs/stack/cipherstash/encryp...