@coderabbitai/bitbucket
    Preparing search index...

    Interface Ref

    interface Ref {
        displayId: string;
        id: string;
        latestChangeset?: string;
        latestCommit: string;
        repository?: pr.modified.Repository;
        type: string;
    }
    Index

    Properties

    displayId: string
    id: string
    latestChangeset?: string
    latestCommit: string
    repository?: pr.modified.Repository
    type: string