Type Alias: CustomTypeOption<Key, Value>
CustomTypeOption<
Key
,Value
> =CustomTypeOptions
extends{ [K in Key]: unknown }
?CustomTypeOptions
[Key
] :Value
Defined in: utils/fields.ts:54
Type Parameters
Key
Key
extends string
Value
Value