TanStack

ToFormSchemaOutputs

Type Alias: ToFormSchemaOutputs<TFormValidators>

ts
type ToFormSchemaOutputs<TFormValidators> = ToSchemaOutputs<TFormValidators, FormValidators<any>>;

Defined in: validation.public.ts:696

Type Parameters

TFormValidators

TFormValidators extends FormValidators<any>