<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [VariadicInput](./schema.variadicinput.md) &gt; [input](./schema.variadicinput.input.md)

## VariadicInput.input property

The step inputs; a required "source" and optional, variadic "others". If this is a string, it is used to bind the primary input.

<b>Signature:</b>

```typescript
input: {
        source: WorkflowInput;
        others?: WorkflowInput[];
    };
```
