type Server = { id: number; title: string; fqdn: string; config: { [key: string]: string }; };