CipherStash Docs
StackLatestTypes publicType aliases

EncryptedQueryResult

Result of encryptQuery (single or batch): EQL or composite literal string

@cipherstash/stack


Type Alias: EncryptedQueryResult

type EncryptedQueryResult = 
  | Encrypted
  | string;

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

Result of encryptQuery (single or batch): EQL or composite literal string

On this page