UNPKG

121 BTypeScriptView Raw
1import { TestOutcome } from "./test-outcome";
2export interface IResultWithOutcome {
3 readonly outcome: TestOutcome;
4}