Type alias ApplicationRequestHandler<T>

ApplicationRequestHandler<T>: IRouterHandler<T> & IRouterMatcher<T> & ((...handlers) => T)

Type Parameters

  • T

Type declaration