Type Alias: NumParam
NumParam =
OperationParam&object
Defined in: operations/types.ts:91
An extension of Param that handles extra requirements for numeric data inputs
Type Declaration
max
max:
number
min
min:
number
Param
the minimum allowable value
Param
the maximum allowable value