/** GetServers */
export interface GetServers {
    /** xs:int */
    statusId?: number;
}
