StackLatestTypes publicType aliases
ScalarQueryTerm
API reference for ScalarQueryTerm
Type Alias: ScalarQueryTerm
type ScalarQueryTerm = QueryTermBase & {
value: JsPlaintext;
};Defined in: .tmp-stack/packages/stack/src/types.ts:256
Type Declaration
value
value: JsPlaintext;