Skip to content

Type Alias: NestedMagicAttributes<T, TKey>

NestedMagicAttributes<T, TKey> = MagicAttributeProperties<Pick<T, GetRequiredFields<T>>, TKey> & Partial<MagicAttributeProperties<Pick<T, GetDefinedFields<T>>, TKey>>

Defined in: packages/soukai/src/models/inference.ts:49

Type Parameters

T

T extends FieldsDefinition

TKey

TKey extends Key