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