tsoa-next
Preparing search index...
@tsoa-next/runtime
Tsoa
ResParameter
Interface ResParameter
interface
ResParameter
{
$ref
?:
Swagger
.
BaseSchema
<
unknown
>
;
default
?:
unknown
;
deprecated
:
boolean
;
description
:
string
;
example
?:
Tsoa
.
Example
[]
;
exampleLabels
?:
(
string
|
undefined
)
[]
;
examples
?:
Tsoa
.
Example
[]
;
headers
?:
Tsoa
.
HeaderType
;
in
:
"res"
;
name
:
string
;
parameterName
:
string
;
produces
?:
string
[]
;
required
?:
boolean
;
schema
?:
Tsoa
.
Type
;
title
?:
string
;
type
:
Tsoa
.
Type
;
validators
:
Tsoa
.
Validators
;
}
Hierarchy (
View Summary
)
Tsoa
.
Parameter
ResParameter
Index
Properties
$ref?
default?
deprecated
description
example?
example
Labels?
examples?
headers?
in
name
parameter
Name
produces?
required?
schema?
title?
type
validators
Properties
Optional
$ref
$ref
?:
Swagger
.
BaseSchema
<
unknown
>
Optional
default
default
?:
unknown
deprecated
deprecated
:
boolean
description
description
:
string
Optional
example
example
?:
Tsoa
.
Example
[]
Optional
example
Labels
exampleLabels
?:
(
string
|
undefined
)
[]
Optional
examples
examples
?:
Tsoa
.
Example
[]
Optional
headers
headers
?:
Tsoa
.
HeaderType
in
in
:
"res"
name
name
:
string
parameter
Name
parameterName
:
string
Optional
produces
produces
?:
string
[]
Optional
required
required
?:
boolean
Optional
schema
schema
?:
Tsoa
.
Type
Optional
title
title
?:
string
type
type
:
Tsoa
.
Type
validators
validators
:
Tsoa
.
Validators
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$ref
default
deprecated
description
example
example
Labels
examples
headers
in
name
parameter
Name
produces
required
schema
title
type
validators
tsoa-next
Loading...