/** GetServerDetails */
export interface GetServerDetails {
    /** xs:int */
    serverId?: number;
}
