Interface IRoute

Hierarchy

  • IRoute

Properties

handlerName: string | symbol
middlewares: RequestHandler<ParamsDictionary, any, any, ParsedQs, Record<string, any>>[]
path: string
requestMethod: HttpMethods

Generated using TypeDoc