UNPKG

304 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.Plan = void 0;
4class Plan {
5 constructor(parentContext, rootRequest) {
6 this.parentContext = parentContext;
7 this.rootRequest = rootRequest;
8 }
9}
10exports.Plan = Plan;
11//# sourceMappingURL=plan.js.map
\No newline at end of file