@coderabbitai/bitbucket
    Preparing search index...

    Interface Project

    interface Project {
        id: number;
        key: string;
        links: pr.modified.ActorLinks;
        name: string;
        owner?: pr.modified.Actor;
        public: boolean;
        type: string;
    }
    Index

    Properties

    id: number
    key: string
    name: string
    owner?: pr.modified.Actor
    public: boolean
    type: string