MiddlewareMethods
@tsed/platform-middlewares
Usage
typescript
import { MiddlewareMethods } from "@tsed/platform-middlewares";See /packages/platform/platform-middlewares/src/domain/MiddlewareMethods.ts.
Overview
ts
interface MiddlewareMethods {
use(...args: any[]): void | any | Promise<any>;
}use
ts
use(...args: any[]): void | any | Promise<any>;