@coderabbitai/bitbucket
    Preparing search index...
    interface Project {
        id: number;
        key: string;
        links: pr.reviewerUpdated.ActorLinks;
        name: string;
        owner?: pr.reviewerUpdated.Actor;
        public: boolean;
        type: undefined | "NORMAL" | "PERSONAL";
    }
    Index

    Properties

    id: number
    key: string
    name: string
    public: boolean
    type: undefined | "NORMAL" | "PERSONAL"