tsoa-next
Preparing search index...
tsoa-next
TsoaResponse
Type Alias TsoaResponse<T, BodyType, HeaderType>
TsoaResponse
:
(
status
:
T
,
data
:
BodyType
,
headers
?:
HeaderType
)
=>
any
Type Parameters
T
extends
HttpStatusCodeLiteral
BodyType
HeaderType
extends
IsValidHeader
<
HeaderType
>
=
object
Type Declaration
(
status
:
T
,
data
:
BodyType
,
headers
?:
HeaderType
)
:
any
Parameters
status
:
T
data
:
BodyType
Optional
headers
:
HeaderType
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
tsoa-next
Loading...