export interface EnvironmentData {
    targetPageUrl: string;
    targetPageTitle?: string;
    timestamp: string;
    axeVersion: string;
}
