export interface OmniReporterConfig {
    baseUrl?: string;
    projectId: string;
    apiKey: string;
    environment: string;
}
