# AnyFormApi

# Type Alias: AnyFormApi

```ts
type AnyFormApi = FormApi<any, any, any, any, any, any, any, any, any, any, any, any>;
```

Defined in: [packages/form-core/src/FormApi.ts:839](https://github.com/TanStack/form/blob/main/packages/form-core/src/FormApi.ts#L839)

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