Type alias CommentThreadChanges

CommentThreadChanges: Partial<{
    canReply: boolean;
    collapseState: CommentThreadCollapsibleState;
    comments: Comment[];
    contextValue: string;
    label: string;
    range: Range;
    state: CommentThreadState;
}>

Type declaration