Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NestMiddleware<TRequest, TResponse>

Type parameters

  • TRequest = any

  • TResponse = any

Hierarchy

  • NestMiddleware

Index

Methods

Methods

use

  • use(req: TRequest, res: TResponse, next: () => void): any

Generated using TypeDoc