Type Alias: OperationParam
OperationParam =
object
Defined in: operations/types.ts:77
an operation param describes what data be provided to this operation some type of operations inherent from this to offer more specific validation data
Properties
dx
dx:
string
Defined in: operations/types.ts:81
name
name:
string
Defined in: operations/types.ts:78
type
type:
"number"|"boolean"|"select"|"file"|"string"|"draft"
Defined in: operations/types.ts:79
value
value:
OpParamValType
Defined in: operations/types.ts:80