UNPKG

@inversifyjs/core

Version:

InversifyJs core package

7 lines 343 B
import { type InjectFromBaseOptionsLifecycle } from './InjectFromBaseOptionsLifecycle.js'; export interface InjectFromBaseOptions { extendConstructorArguments?: boolean | undefined; extendProperties?: boolean | undefined; lifecycle?: InjectFromBaseOptionsLifecycle | undefined; } //# sourceMappingURL=InjectFromBaseOptions.d.ts.map