CipherStash Docs
StackLatestTypes publicType aliases

EncryptedSearchTerm

Encrypted search term result: EQL object or composite literal string

@cipherstash/stack


Type Alias: EncryptedSearchTerm

type EncryptedSearchTerm = 
  | Encrypted
  | string;

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

Encrypted search term result: EQL object or composite literal string

On this page