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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [FactoryInput](./schema.factoryinput.md)

## FactoryInput type

<b>Signature:</b>

```typescript
export type FactoryInput<T> = Omit<T, '$schema' | 'name' | 'profile'> & {
    name?: string;
};
```
