UNPKG

@tsclean/core

Version:

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

6 lines 252 B
import { RuntimeException } from './runtime'; import { Type } from "../../contracts"; export declare class UndefinedForwardRefException extends RuntimeException { constructor(scope: Type<any>[]); } //# sourceMappingURL=undefined-forwardref.d.ts.map