Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 725 Bytes

File metadata and controls

20 lines (12 loc) · 725 Bytes

Home > @datashaper/schema > VariadicInput

VariadicInput interface

Multi-input, single output step I/O

Signature:

export interface VariadicInput 

Properties

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.