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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [UnknownInput](./schema.unknowninput.md)

## UnknownInput interface

<b>Signature:</b>

```typescript
export interface UnknownInput 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [input?](./schema.unknowninput.input.md) |  | [WorkflowInput](./schema.workflowinput.md) \| { source?: [WorkflowInput](./schema.workflowinput.md)<!-- -->; others?: [WorkflowInput](./schema.workflowinput.md)<!-- -->\[\]; \[key: string\]: [WorkflowInput](./schema.workflowinput.md) \| [WorkflowInput](./schema.workflowinput.md)<!-- -->\[\] \| undefined; } | <i>(Optional)</i> |

