Preparing search index...
The search index is not available
@koadz/types - v0.2.8
@koadz/types
core/api-config
APIConfig
Interface APIConfig
Interface representing the configuration for an API.
Memberof
Brik
interface
APIConfig
{
koadz
?:
string
;
info
?:
{
title
?:
string
;
description
?:
string
}
;
servers
?:
APIServers
;
endpoints
?:
APIEndpoints
;
}
Index
Properties
koadz?
info?
servers?
endpoints?
Properties
Optional
koadz
koadz
?:
string
Optional
info
info
?:
{
title
?:
string
;
description
?:
string
}
Optional
servers
servers
?:
APIServers
Optional
endpoints
endpoints
?:
APIEndpoints
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
koadz
info
servers
endpoints
@koadz/types - v0.2.8
Loading...
Interface representing the configuration for an API.
Memberof
Brik