Inject a library-agnostic responder function that can be used to construct type-checked (usually error-) responses.
The type of the responder function should be annotated TsoaResponse<Status, Data, Headers> in order to support OpenAPI documentation.
TsoaResponse<Status, Data, Headers>
Generated using TypeDoc
Inject a library-agnostic responder function that can be used to construct type-checked (usually error-) responses.
The type of the responder function should be annotated
TsoaResponse<Status, Data, Headers>
in order to support OpenAPI documentation.