UNPKG

@inversifyjs/core

Version:

InversifyJs core package

4 lines 292 B
import { GetMultipleServicePlanOptions } from './GetMultipleServicePlanOptions'; import { GetSingleServicePlanOptions } from './GetSingleServicePlanOptions'; export type GetPlanOptions = GetSingleServicePlanOptions | GetMultipleServicePlanOptions; //# sourceMappingURL=GetPlanOptions.d.ts.map