Version: 1.0.0-alpha.01.0.0-alpha.11.0.0-alpha.21.0.0-alpha.31.0.0-alpha.41.0.0-alpha.51.0.0-alpha.61.0.0-alpha.71.0.0-alpha.81.0.0-alpha.91.0.0-alpha.101.0.0-alpha.111.0.0-alpha.131.0.0-alpha.141.0.0-alpha.151.0.0-alpha.161.0.0-alpha.171.0.0-beta.01.0.0-beta.11.0.0-beta.21.0.0-beta.31.0.0-beta.41.0.0-rc.01.0.01.0.11.1.01.2.01.2.11.3.0-201706021.3.01.3.12.0.0-201705262.0.02.1.0-201706152.1.0-201706242.1.0-201707152.1.0-201707162.1.0-201707172.1.0-201708182.1.0-201711192.1.02.2.0-201801242.2.0-201801262.2.0-201801272.2.0-201801282.2.0-201801292.2.0-201802072.2.12.3.02.4.03.0.0-alpha.03.0.0-alpha.13.0.0-alpha.23.0.0-beta.13.0.0-beta.23.0.03.0.13.1.03.2.03.2.1
import { TestOutcome } from "./test-outcome";
export interface IResultWithOutcome {
readonly outcome: TestOutcome;
}