/** SetChangeNoteServer */
export interface SetChangeNoteServer {
    /** xs:int */
    serverId?: number;
    /** xs:string */
    note?: string;
}
