ยฉ 2026 Hedgehog Software, LLC
type ServerModel = { id: string; pwd: string; name: string; host: string; port: string; user: string; licenses: LicenseModel[]; databases: DatabaseModel[]; };