Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
@coderabbitai/bitbucket
    Preparing search index...
    interface Ref {
        displayId: string;
        id: string;
        latestCommit: string;
        repository: pr.commentEdited.Repository;
        type: undefined | "BRANCH" | "TAG";
    }
    Index

    Properties

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