Home > @datashaper/schema > VariadicInput
Multi-input, single output step I/O
Signature:
export interface VariadicInput | Property | Modifiers | Type | Description |
|---|---|---|---|
| input | { source: WorkflowInput; others?: WorkflowInput[]; } | The step inputs; a required "source" and optional, variadic "others". If this is a string, it is used to bind the primary input. |