@inversifyjs/container
Version:
InversifyJs container
8 lines • 388 B
TypeScript
import { type PlanParamsOperations } from '@inversifyjs/core';
import { type ServiceReferenceManager } from './ServiceReferenceManager.js';
export declare class PlanParamsOperationsManager {
#private;
readonly planParamsOperations: PlanParamsOperations;
constructor(serviceReferenceManager: ServiceReferenceManager);
}
//# sourceMappingURL=PlanParamsOperationsManager.d.ts.map