# ToFormSchemaOutputs

# Type Alias: ToFormSchemaOutputs\<TFormValidators\>

```ts
type ToFormSchemaOutputs<TFormValidators> = ToSchemaOutputs<TFormValidators, FormValidators<any>>;
```

Defined in: [validation.public.ts:685](https://github.com/TanStack/form/blob/main/packages/form-core/src/validation.public.ts#L685)

## Type Parameters

### TFormValidators

`TFormValidators` *extends* [`FormValidators`](FormValidators.md)\<`any`\>
