RouteHandler<T> = (params) => Promise<RouteResponse<T>> | RouteResponse<T>
T
params
Promise
RouteResponse
any
RouteParams