StackLatestPackagesStackSrcTypes publicType aliases
ScalarQueryTerm
ScalarQueryTerm is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
Type Alias: ScalarQueryTerm
type ScalarQueryTerm = QueryTermBase & {
value: JsPlaintext;
};Defined in: packages/stack/src/types.ts:288
Type Declaration
value
value: JsPlaintext;