UNPKG
@namecheap/tsoa-cli
Version:
latest (6.6.1)
6.6.1
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
Build swagger-compliant REST APIs using TypeScript and Node
lukeautry/tsoa
@namecheap/tsoa-cli
/
dist
/
utils
/
swaggerUtils.d.ts
4 lines
(3 loc)
•
289 B
TypeScript
View Raw
1
2
3
4
export
declare
const
DEFAULT_REQUEST_MEDIA_TYPE
=
"application/json"
;
export
declare
const
DEFAULT_RESPONSE_MEDIA_TYPE
=
"application/json"
;
export
declare
function
getValue
(
type
:
'string'
|
'number'
|
'integer'
|
'boolean'
|
undefined
,
member
:
unknown
):
string
|
number
|
boolean
|
null
;