UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

6 lines 921 B
import { TwoFactorAuthErrorResponse } from '@sage-bionetworks/synapse-client/generated/models/TwoFactorAuthErrorResponse'; import { SynapseClientError } from '@sage-bionetworks/synapse-client/util/SynapseClientError'; import { ChangePasswordWithCurrentPassword, ChangePasswordWithToken, ChangePasswordWithTwoFactorAuthToken } from '@sage-bionetworks/synapse-types'; import { UseMutationOptions } from '@tanstack/react-query'; export declare function useChangePassword(options?: Partial<UseMutationOptions<'' | TwoFactorAuthErrorResponse, SynapseClientError, ChangePasswordWithToken | ChangePasswordWithCurrentPassword | ChangePasswordWithTwoFactorAuthToken>>): import("@tanstack/react-query").UseMutationResult<"" | TwoFactorAuthErrorResponse, SynapseClientError, ChangePasswordWithToken | ChangePasswordWithCurrentPassword | ChangePasswordWithTwoFactorAuthToken, unknown>; //# sourceMappingURL=useChangePassword.d.ts.map