/** SetControlToolActive */
export interface SetControlToolActive {
    /** xs:string */
    token?: string;
}
