Options that may be specified when creating a compat form.
type CompatFormOptions<TModel> = Omit<FormOptions<TModel>, 'adapter'>