import { TestRunResponse } from "./types"; export default class TestRunResult { testRunResponse: TestRunResponse; imageUrl: string; diffUrl?: string; baselineUrl?: string; constructor(testRunResponse: TestRunResponse, apiUrl: string); }