This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
hostbbq
/
hostbbq-monitoring
Seguir
3
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
c385c6f740
Ramas
Etiquetas
hotfix/daemon-ts-deps
master
hostbbq-moni...
/
common
/
types
/
server.d.ts
server.d.ts
104 B
Histórico
Raw
1
2
3
4
5
6
7
type Server = {
id: number;
title: string;
fqdn: string;
config: { [key: string]: string };
};