# ToFormGroupSchemaOutputs

# Type Alias: ToFormGroupSchemaOutputs\<TGroupValidators\>

```ts
type ToFormGroupSchemaOutputs<TGroupValidators> = ToSchemaOutputs<TGroupValidators, FormGroupValidators<any>>;
```

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

## Type Parameters

### TGroupValidators

`TGroupValidators` *extends* [`FormGroupValidators`](FormGroupValidators.md)\<`any`\>
