UNPKG

@tsed/common

Version:
4 lines (3 loc) 85 B
export interface IMiddleware { use(...args: any[]): void | any | Promise<any>; }