UNPKG

@inversifyjs/core

Version:

InversifyJs core package

8 lines 334 B
import { ServiceIdentifier } from '@inversifyjs/common'; import { PlanBindingNode } from './PlanBindingNode'; export interface PlanServiceNode { bindings: PlanBindingNode | PlanBindingNode[] | undefined; isContextFree: boolean; readonly serviceIdentifier: ServiceIdentifier; } //# sourceMappingURL=PlanServiceNode.d.ts.map