CipherStash Docs
StackLatestTypes publicType aliases

EncryptedValue

A branded type representing encrypted data. Cannot be accidentally used as plaintext.

@cipherstash/stack


Type Alias: EncryptedValue

type EncryptedValue = Brand<CipherStashEncrypted, "encrypted">;

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

A branded type representing encrypted data. Cannot be accidentally used as plaintext.

On this page