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