Bitbucket Data Center API Client
    Preparing search index...

    Interface PrCommentEditedPayload

    Body of a pr:comment:edited delivery.

    interface PrCommentEditedPayload {
        actor: BitbucketActivityUser;
        comment: BitbucketPullRequestComment;
        commentParentId?: number;
        date: string;
        previousComment: string;
        pullRequest: BitbucketPullRequest;
    }
    Index

    Properties

    commentParentId?: number
    date: string
    previousComment: string