import { SakuliContextTestSuiteRaw } from "./test-context-entity-raw.interface"; import { Maybe } from "@sakuli/commons"; export interface TestExecutionContextRaw { duration: number; startDate: Maybe; endDate: Maybe; testSuites: SakuliContextTestSuiteRaw[]; error: Maybe; } //# sourceMappingURL=test-execution-context-raw.interface.d.ts.map