UNPKG

@tsclean/core

Version:

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

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