@coderabbitai/bitbucket
    Preparing search index...

    Interface PRFromRefUpdated

    interface PRFromRefUpdated {
        actor: pr.fromRefUpdated.Actor;
        date: string;
        eventKey: "pr:from_ref_updated";
        previousFromHash: string;
        pullRequest: pr.fromRefUpdated.PullRequest;
    }
    Index

    Properties

    The user who created the pull request.

    date: string
    eventKey: "pr:from_ref_updated"
    previousFromHash: string

    Previous from-ref hash

    Details of the pull request created.