Home > @datashaper/schema > VariadicInput > input
The step inputs; a required "source" and optional, variadic "others". If this is a string, it is used to bind the primary input.
Signature:
input: {
source: WorkflowInput;
others?: WorkflowInput[];
};