UNPKG

@inversifyjs/core

Version:

InversifyJs core package

6 lines 266 B
import { type BasePlanParams } from './BasePlanParams.js'; import { type PlanServiceNodeParent } from './PlanServiceNodeParent.js'; export interface SubplanParams extends BasePlanParams { node: PlanServiceNodeParent; } //# sourceMappingURL=SubplanParams.d.ts.map