UNPKG

@tsclean/core

Version:

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

5 lines 150 B
import { Scope } from './scope-options'; export interface IntrospectionResult { scope: Scope; } //# sourceMappingURL=introspection-result.d.ts.map