OpenDecree TypeScript SDK - v0.3.0-alpha.1
GitHub
npm
Preparing search index...
ServerInfo
Interface ServerInfo
Server info from the ServerService (version, commit, enabled features).
interface
ServerInfo
{
commit
:
string
;
features
:
{
readonly
[
key
:
string
]:
boolean
}
;
version
:
string
;
}
Index
Properties
commit
features
version
Properties
Readonly
commit
commit
:
string
Readonly
features
features
:
{
readonly
[
key
:
string
]:
boolean
}
Readonly
version
version
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commit
features
version
GitHub
npm
OpenDecree TypeScript SDK - v0.3.0-alpha.1
Loading...
Server info from the ServerService (version, commit, enabled features).