@novice1/frame - v0.4.0
Preparing search index...
DocsConfig
Interface DocsConfig
interface
DocsConfig
{
consumes
?:
string
[]
;
disabled
?:
boolean
;
examples
?:
Record
<
string
,
ExampleObject
|
ReferenceObject
>
;
host
?:
ServerObject
;
license
?:
string
|
LicenseObject
;
openAPIOptions
?:
OpenAPIOptions
;
options
?:
DocsOptions
;
path
?:
string
;
postmanOptions
?:
PostmanOptions
;
responses
?:
BaseResponseUtil
;
schemas
?:
Record
<
string
,
ReferenceObject
|
SchemaObject
>
;
security
?:
BaseAuthUtil
;
tags
?:
DocsTag
[]
;
title
?:
string
;
version
?:
string
;
}
Index
Properties
consumes?
disabled?
examples?
host?
license?
open
API
Options?
options?
path?
postman
Options?
responses?
schemas?
security?
tags?
title?
version?
Properties
Optional
consumes
consumes
?:
string
[]
Optional
disabled
disabled
?:
boolean
Disable docs routes.
Optional
examples
examples
?:
Record
<
string
,
ExampleObject
|
ReferenceObject
>
Optional
host
host
?:
ServerObject
Optional
license
license
?:
string
|
LicenseObject
Optional
open
API
Options
openAPIOptions
?:
OpenAPIOptions
Optional
options
options
?:
DocsOptions
Optional
path
path
?:
string
Optional
postman
Options
postmanOptions
?:
PostmanOptions
Optional
responses
responses
?:
BaseResponseUtil
Optional
schemas
schemas
?:
Record
<
string
,
ReferenceObject
|
SchemaObject
>
Optional
security
security
?:
BaseAuthUtil
Optional
tags
tags
?:
DocsTag
[]
Optional
title
title
?:
string
Optional
version
version
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
consumes
disabled
examples
host
license
open
API
Options
options
path
postman
Options
responses
schemas
security
tags
title
version
@novice1/frame - v0.4.0
Loading...
Disable docs routes.