UNPKG
tsoa-custom-decorators
Version:
latest (1.1.10-custom-decorators)
1.1.10-custom-decorators
1.1.9-custom-decorators
1.1.8-custom-decorators
Build swagger-compliant REST APIs using TypeScript and Node
github.com/lukeautry/tsoa
lukeautry/tsoa
tsoa-custom-decorators
/
dist
/
decorators
/
response.d.ts
3 lines
(2 loc)
•
191 B
TypeScript
View Raw
1
2
3
export
declare
function
SuccessResponse
(
name
:
string
|
number
,
description
?:
string
):
any
;
export
declare
function
Response
<T>(
name
:
string
|
number
,
description
?:
string
,
example
?: T):
any
;