type ConfirmSecurityData = {
    verification_code: string;
};
export type { ConfirmSecurityData };
