UNPKG

@inversifyjs/core

Version:

InversifyJs core package

5 lines 140 B
import { PlanTree } from './PlanTree'; export interface PlanResult { readonly tree: PlanTree; } //# sourceMappingURL=PlanResult.d.ts.map