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