Use RouteSchema(path, methods) to declare this interface.
RouteSchema(path, methods)
Defines supported HTTP methods on the given path and type information on request and response data.
The path of the route.
Generated using TypeDoc
Use
RouteSchema(path, methods)
to declare this interface.