Type Alias PropsEx<TWithMutation, TValuesSchema>

PropsEx<TWithMutation, TValuesSchema>: Omit<Props<TWithMutation, TValuesSchema>, "form">

If you need to export your own form, you should use this type as a base

Type Parameters

  • TWithMutation extends IWithMutation<any, any>

    Mutation used in a form.

  • TValuesSchema extends ValuesSchema = TWithMutation["schema"]["request"]

    Schema of values used in a form.