Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@samchon/openapi
OpenApiV3_1
IOperation
IResponse
Interface IResponse
interface
IResponse
{
content
?:
Record
<
string
,
OpenApiV3_1
.
IOperation
.
IMediaType
>
;
description
?:
string
;
headers
?:
Record
<
string
,
|
OpenApiV3_1
.
IJsonSchema
.
IReference
<
`
#/components/headers/
${
string
}
`
>
|
Omit
<
OpenApiV3_1
.
IOperation
.
IParameter
,
"in"
>
,
>
;
}
Index
Properties
content?
description?
headers?
Properties
Optional
content
content
?:
Record
<
string
,
OpenApiV3_1
.
IOperation
.
IMediaType
>
Optional
description
description
?:
string
Optional
headers
headers
?:
Record
<
string
,
|
OpenApiV3_1
.
IJsonSchema
.
IReference
<
`
#/components/headers/
${
string
}
`
>
|
Omit
<
OpenApiV3_1
.
IOperation
.
IParameter
,
"in"
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
description
headers
Nestia API Documents
Loading...