# AnyFormGroupApi

# Type Alias: AnyFormGroupApi

```ts
type AnyFormGroupApi = FormGroupApi<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any>;
```

Defined in: [packages/form-core/src/FormGroupApi.ts:708](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormGroupApi.ts#L708)

A type representing the FormGroup API with all generics set to `any` for convenience.
