@inversifyjs/core
Version:
InversifyJs core package
4 lines • 308 B
TypeScript
import { type GetMultipleServicePlanOptions } from './GetMultipleServicePlanOptions.js';
import { type GetSingleServicePlanOptions } from './GetSingleServicePlanOptions.js';
export type GetPlanOptions = GetSingleServicePlanOptions | GetMultipleServicePlanOptions;
//# sourceMappingURL=GetPlanOptions.d.ts.map