@coderabbitai/bitbucket
    Preparing search index...

    Interface Project

    interface Project {
        id: number;
        key: string;
        name: string;
        owner?: repo.forked.Actor;
        public?: boolean;
        type: string;
    }
    Index

    Properties

    id: number
    key: string
    name: string
    owner?: repo.forked.Actor
    public?: boolean
    type: string