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

    Properties

    Properties

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