interface ChangePasswordFormDispatchProps {
    changePassword?: (data: FormData) => Promise<void>;
}

Hierarchy (View Summary)

Properties

Properties

changePassword?: (data: FormData) => Promise<void>