import { TestInstance } from "./testInstance"; /** * The success instance is type of test instance */ export class SuccessInstance extends TestInstance { public type: "success"; }