CipherStashDocs
StackLatestPackagesStackSrcTypes publicType aliases

Decrypted

Model with encrypted fields replaced by plaintext (decrypted) values Decrypted in the @cipherstash/stack TypeScript API reference.

@cipherstash/stack


Type Alias: Decrypted<T>

type Decrypted&lt;T&gt; = OtherFields&lt;T&gt; & DecryptedFields&lt;T&gt;;

Defined in: packages/stack/src/types.ts:167

Model with encrypted fields replaced by plaintext (decrypted) values

Type Parameters

T

T

On this page