UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

8 lines 273 B
import { Type } from "./type"; import { DynamicModuleInterface } from "./dynamic-module"; export interface ModuleFactoryInterface { type: Type<any>; token: string; dynamicMetadata?: Partial<DynamicModuleInterface>; } //# sourceMappingURL=module-factory.d.ts.map