CipherStash Docs
StackLatestTypes publicType aliases

DecryptionResult

Result type for individual items in bulk decrypt operations. Uses `error`/`data` fields (not `failure`/`data`) since bulk operations can have per-item failures.

@cipherstash/stack


Type Alias: DecryptionResult<T>

type DecryptionResult&lt;T&gt; = DecryptionSuccess&lt;T&gt; | DecryptionError&lt;T&gt;;

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

Result type for individual items in bulk decrypt operations. Uses error/data fields (not failure/data) since bulk operations can have per-item failures.

Type Parameters

T

T

On this page