Type Alias: ParameterDefinition<T>
ParameterDefinition<
T> = [PropertyKey<T>,ParameterType]
The type to describe the action parameter.
Type Parameters
T
T
the type of action parameter.
Introducing Workflow Engine, try for FREE workflowengine.io.
ParameterDefinition<
T> = [PropertyKey<T>,ParameterType]
The type to describe the action parameter.
T
the type of action parameter.