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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [DualInput](./schema.dualinput.md)

## DualInput interface

Dual-input, single-output step I/O

<b>Signature:</b>

```typescript
export interface DualInput 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [input](./schema.dualinput.input.md) |  | { source: [WorkflowInput](./schema.workflowinput.md)<!-- -->; other: [WorkflowInput](./schema.workflowinput.md)<!-- -->; } | The inputs that must be bound; "source" &amp; "other". |

