export interface VerificationResponse {
    success: boolean;
    message?: string;
    [key: string]: any;
}
