@coderabbitai/bitbucket
    Preparing search index...
    interface Ref {
        displayId: string;
        id: string;
        latestCommit: string;
        repository: pr.reviewerUpdated.Repository;
        type: undefined | "BRANCH" | "TAG";
    }
    Index

    Properties

    displayId: string
    id: string
    latestCommit: string
    type: undefined | "BRANCH" | "TAG"