Documentation
Preparing search index...
@typia/interface
OpenApiV3_1
IServer
Interface IServer
Server providing the API.
interface
IServer
{
description
?:
string
;
url
:
string
;
variables
?:
Record
<
string
,
OpenApiV3_1
.
IServer
.
IVariable
>
;
}
Index
Properties
description?
url
variables?
Properties
Optional
description
description
?:
string
Server description.
url
url
:
string
Server URL.
Optional
variables
variables
?:
Record
<
string
,
OpenApiV3_1
.
IServer
.
IVariable
>
URL template variables.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
url
variables
Documentation
Loading...
Server providing the API.