# NullableSchemaData

# Type Alias: NullableSchemaData\<TFormValidators\>

```ts
type NullableSchemaData<TFormValidators> = Editable<FormValidatorData<TFormValidators>>;
```

Defined in: [utils.public.ts:50](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.public.ts#L50)

## Type Parameters

### TFormValidators

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