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