type ResetSecurityCode = {
    current_password: string;
    new_security_code: string;
};
export type { ResetSecurityCode };
