UNPKG

@tsclean/core

Version:

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

7 lines 220 B
import { RequestMethod } from "../enums"; export interface ExcludeRouteMetadataInterface { path: string; pathRegex: RegExp; requestMethod: RequestMethod; } //# sourceMappingURL=exclude-route-metadata.d.ts.map