type ConfirmForgetSecurityData = {
    verification_code: string;
    password: string;
};
export type { ConfirmForgetSecurityData };
