Bitbucket Data Center API Client
    Preparing search index...

    Interface PrFromRefUpdatedPayload

    Body of a pr:from_ref_updated delivery — new commits were pushed to the source branch.

    interface PrFromRefUpdatedPayload {
        actor: BitbucketActivityUser;
        date: string;
        previousFromHash: string;
        pullRequest: BitbucketPullRequest;
    }
    Index

    Properties

    date: string
    previousFromHash: string