import type PortalServer from "./PortalServer.js"; export default interface PortalServers { servers: PortalServer[]; }