synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
6 lines • 921 B
TypeScript
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