export interface Config extends Record { apiUrl: string; branchName: string; baselineBranchName?: string; project: string; apiKey: string; enableSoftAssert?: boolean; ciBuildId?: string; }