Interface CreateMutationOptions<R>

Type Parameters

  • R

Hierarchy

  • CreateMutationOptions

Properties

Properties

onSuccess?: ((value: R) => any)

Type declaration

    • (value: R): any
    • Parameters

      • value: R

      Returns any

Generated using TypeDoc