Preparing search index...
The search index is not available
@samchon/openapi
@samchon/openapi
OpenApi
IOperation
IResponse
Interface IResponse
Response of the operation.
interface
IResponse
{
content
?:
IContent
;
description
?:
string
;
headers
?:
Record
<
string
,
OpenApi
.
IOperation
.
IParameter
>
;
"x-nestia-encrypted"
?:
boolean
;
}
Index
Properties
content?
description?
headers?
x-
nestia-
encrypted?
Properties
Optional
content
content
?:
IContent
Optional
description
description
?:
string
Optional
headers
headers
?:
Record
<
string
,
OpenApi
.
IOperation
.
IParameter
>
Optional
x-
nestia-
encrypted
"x-nestia-encrypted"
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
description
headers
x-
nestia-
encrypted
@samchon/openapi
Loading...
Response of the operation.