@grandlinex/swagger-mate
Preparing search index...
SwaggerConfig
Interface SwaggerConfig
interface
SwaggerConfig
{
components
?:
SwaggerConfigComponents
;
info
:
SwaggerRInfo
;
openapi
:
string
;
paths
:
SwaggerRPath
;
security
?:
[
SKey
<
any
[]
>
]
;
servers
?:
SwaggerRServer
[]
;
tags
?:
string
[]
;
}
Index
Properties
components?
info
openapi
paths
security?
servers?
tags?
Properties
Optional
components
components
?:
SwaggerConfigComponents
info
info
:
SwaggerRInfo
openapi
openapi
:
string
paths
paths
:
SwaggerRPath
Optional
security
security
?:
[
SKey
<
any
[]
>
]
Optional
servers
servers
?:
SwaggerRServer
[]
Optional
tags
tags
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
info
openapi
paths
security
servers
tags
@grandlinex/swagger-mate
Loading...