Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ResetPasswordProps

Index

Properties

The ResetCustomerPasswordResponse returned from your mutation. Defaults to undefined.

error?: Error

Any errors returned from the mutation

loading: boolean

A boolean that indicates whether your mutation is in flight.

A function to trigger the resetCustomerPassword mutation from your UI. You can pass ResetPasswordParams as parameters. The function returns a promise that fulfills with ResetCustomerPasswordResponse.

Generated using TypeDoc