export interface TestResultDetails {
    testRunId: number;
    testStatus: boolean;
}
