type ResetPassword = {
    current_password: string;
    new_password: string;
};
export type { ResetPassword };
