export interface ServerInfo {
    url: string;
    serverRole: string;
    serverFunction: string;
}
