This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
hostbbq
/
hostbbq-monitoring
ウォッチ
3
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
a0d64646d6
ブランチ
タグ
hotfix/daemon-ts-deps
master
hostbbq-moni...
/
common
/
types
/
server.d.ts
server.d.ts
104 B
履歴
Raw
1
2
3
4
5
6
7
type Server = {
id: number;
title: string;
fqdn: string;
config: { [key: string]: string };
};