Represents the type information on the request and response data of an HTTP method described in a route schema.
MethodSchema< RequestData<{ query: { name: string } }>, ResponseData<{ body: { message: string } }> >()
Represents type information on the request data
Represents type information on the response data
Generated using TypeDoc
Represents the type information on the request and response data of an HTTP method described in a route schema.
Example
MethodSchema< RequestData<{ query: { name: string } }>, ResponseData<{ body: { message: string } }> >()