type CheckForgetSecurityData = {
    email: string;
    phone: string;
    has_verified_email: boolean;
    has_verified_phone: boolean;
    has_verified_identification: boolean;
    has_verified_bank_account: boolean;
    has_verified_address: boolean;
    has_2fa_enabled: boolean;
    has_security_code: boolean;
};
export type { CheckForgetSecurityData };
