UNPKG

@tsclean/core

Version:

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

7 lines 278 B
import { Type } from './index'; import { ArgumentsHostInterface } from './arguments-host'; export interface ExecutionContextInterface extends ArgumentsHostInterface { getClass<T = any>(): Type<T>; getHandler(): Function; } //# sourceMappingURL=execution-context.d.ts.map