Preparing search index...
The search index is not available
@novice1/api-doc-generator - v0.2.5
@novice1/api-doc-generator
generators/openapi/definitions
ResponseObject
Interface ResponseObject
interface
ResponseObject
{
content
?:
Record
<
string
,
MediaTypeObject
>
;
description
:
string
;
headers
?:
Record
<
string
,
ReferenceObject
|
HeaderObject
>
;
links
?:
Record
<
string
,
ReferenceObject
|
LinkObject
>
;
[
key
:
string
]
:
unknown
;
}
Indexable
[
key:
string
]:
unknown
Index
Properties
content?
description
headers?
links?
Properties
Optional
content
content
?:
Record
<
string
,
MediaTypeObject
>
description
description
:
string
Optional
headers
headers
?:
Record
<
string
,
ReferenceObject
|
HeaderObject
>
Optional
links
links
?:
Record
<
string
,
ReferenceObject
|
LinkObject
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
content
description
headers
links
@novice1/api-doc-generator - v0.2.5
Loading...