Skip to content

MiddlewareMethods

@tsed/platform-middlewares

Usage

typescript
import { MiddlewareMethods } from "@tsed/platform-middlewares";

See /packages/platform/platform-middlewares/src/types/domain/MiddlewareMethods.ts.

Overview

ts
interface MiddlewareMethods {
    use(...args: any[]): void | any | Promise<any>;
}

use

ts
use(...args: any[]): void | any | Promise<any>;

Released under the MIT License.