CipherStash Docs
StackLatestTypes publicType aliases

ScalarQueryTerm

API reference for ScalarQueryTerm

@cipherstash/stack


Type Alias: ScalarQueryTerm

type ScalarQueryTerm = QueryTermBase & {
  value: JsPlaintext;
};

Defined in: .tmp-stack/packages/stack/src/types.ts:256

Type Declaration

value

value: JsPlaintext;

On this page