/** SetControlToolDisable */
export interface SetControlToolDisable {
    /** xs:int */
    serverID?: number;
}
