UNPKG

socket.io-ts-controllers

Version:
11 lines (10 loc) 207 B
export interface MiddlewareMetadataArgs { /** * Indicates object which is used by this controller. */ target: Function; /** * Middleware priority. */ priority?: number; }