Type alias: InputOrInputMapper<T, TInstance>
Ƭ InputOrInputMapper<T, TInstance>: InputOf<TInstance> | InputMapper<TInstance>
Input value or input mapper.
Type parameters
| Name | Type |
|---|---|
T | extends Constructor |
TInstance | extends InstanceType<T> = InstanceType<T> |