CipherStashDocs
StackLatestPackagesStackSrcTypes publicType aliases

OtherFields

OtherFields is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.

@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: packages/stack/src/types.ts:156

Type Parameters

T

T

On this page