@coderabbitai/bitbucket
    Preparing search index...
    interface Project {
        id: number;
        key: string;
        links: pr.fromRefUpdated.ActorLinks;
        name: string;
        public: boolean;
        type: string;
    }
    Index

    Properties

    Properties

    id: number
    key: string
    name: string
    public: boolean
    type: string