[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [Type](https://evolu.dev/docs/api-reference/common/Type) › [StandardSchemaV1](https://evolu.dev/docs/api-reference/common/Type/namespaces/StandardSchemaV1) › InferInput

```ts
type InferInput<Schema> = NonNullable<Schema["~standard"]["types"]>["input"];
```

Defined in: [packages/common/src/Type.ts:4937](https://github.com/evoluhq/evolu/blob/e7144e2bbe9069362b62dec1b64a8aa922b8f1b0/packages/common/src/Type.ts#L4937)

Infers the input type of a Standard Schema.