CipherStash Docs
StackLatestTypes publicType aliases

OtherFields

API reference for OtherFields

@cipherstash/stack


Type Alias: OtherFields<T>

type OtherFields&lt;T&gt; = { [K in keyof T as NonNullable&lt;T[K]&gt; extends Encrypted ? never : K]: T[K] };

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

Type Parameters

T

T

On this page