# AnyFormOptions

# Type Alias: AnyFormOptions

```ts
type AnyFormOptions = FormOptions<any, any, any>;
```

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