StackLatestTypes publicType aliases
EncryptedValue
A branded type representing encrypted data. Cannot be accidentally used as plaintext.
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.