export interface SetNewChangeCommentRequest { documentId: string; webUrl: string; changeComment: string; }