Type alias ControllerRouteArgument1<TOptions>

ControllerRouteArgument1<TOptions>: number | string | AnySchema | TOptions | HttpMiddleware[]

A possible value for a first argument of a HTTP method / controller route decorator like GET() or POST().

Type Parameters

Generated using TypeDoc