interface PendingCommentThread {
    body: string;
    isReply: boolean;
    range: IRange;
    uniqueOwner: string;
    uri: Uri;
}

Properties

body: string
isReply: boolean
range: IRange
uniqueOwner: string
uri: Uri