export interface ServerInformation {
    shortName: string;
    longName: string;
    url: string;
    default?: boolean;
}
