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

    Properties

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