/// import { IJestStareConfig } from "./IJestStareConfig"; export interface ISubstitute { results?: jest.AggregatedResult; rawResults?: string; jestStareConfig?: IJestStareConfig; rawJestStareConfig?: string; globalConfig?: string; }