UNPKG

@tsclean/core

Version:

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

7 lines 249 B
import { Type } from './type'; import { ModuleMetadata } from './module-metadata.interface'; export interface DynamicModuleInterface extends ModuleMetadata { module: Type<any>; global?: boolean; } //# sourceMappingURL=dynamic-module.d.ts.map