Preparing search index...
The search index is not available
tsoa
tsoa
@tsoa/runtime
Tsoa
ResParameter
Interface ResParameter
interface
ResParameter
{
default
?:
unknown
;
deprecated
:
boolean
;
description
:
string
;
example
?:
{
[
exampleName
:
string
]
:
Swagger
.
Example3
;
}
[]
;
exampleLabels
?:
(
undefined
|
string
)
[]
;
examples
?:
{
[
exampleName
:
string
]
:
Swagger
.
Example3
;
}
[]
;
headers
?:
Tsoa
.
HeaderType
;
in
:
"res"
;
name
:
string
;
parameterName
:
string
;
produces
?:
string
[]
;
required
?:
boolean
;
schema
?:
Tsoa
.
Type
;
type
:
Tsoa
.
Type
;
validators
:
Partial
<
Record
<
Tsoa
.
ValidatorKey
,
{
errorMsg
?:
string
;
value
?:
unknown
;
}
>
>
;
}
Hierarchy (
view full
)
Tsoa
.
Response
Tsoa
.
Parameter
ResParameter
Index
Properties
default?
deprecated
description
example?
example
Labels?
examples?
headers?
in
name
parameter
Name
produces?
required?
schema?
type
validators
Properties
Optional
default
default
?:
unknown
deprecated
deprecated
:
boolean
description
description
:
string
Optional
example
example
?:
{
[
exampleName
:
string
]
:
Swagger
.
Example3
;
}
[]
Type declaration
[
exampleName
:
string
]:
Swagger
.
Example3
Optional
example
Labels
example
Labels
?:
(
undefined
|
string
)
[]
Optional
examples
examples
?:
{
[
exampleName
:
string
]
:
Swagger
.
Example3
;
}
[]
Type declaration
[
exampleName
:
string
]:
Swagger
.
Example3
Optional
headers
headers
?:
Tsoa
.
HeaderType
in
in
:
"res"
name
name
:
string
parameter
Name
parameter
Name
:
string
Optional
produces
produces
?:
string
[]
Optional
required
required
?:
boolean
Optional
schema
schema
?:
Tsoa
.
Type
type
type
:
Tsoa
.
Type
validators
validators
:
Partial
<
Record
<
Tsoa
.
ValidatorKey
,
{
errorMsg
?:
string
;
value
?:
unknown
;
}
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
default
deprecated
description
example
example
Labels
examples
headers
in
name
parameter
Name
produces
required
schema
type
validators
tsoa
Loading...
Generated using
TypeDoc