@coderabbitai/bitbucket
    Preparing search index...

    Interface Repository

    interface Repository {
        forkable: boolean;
        id: number;
        name: string;
        project: repo.modified.Project;
        public: boolean;
        scmId: string;
        slug: string;
        state:
            | undefined
            | "AVAILABLE"
            | "INITIALISATION_FAILED"
            | "INITIALISING"
            | "OFFLINE";
        statusMessage: string;
    }
    Index

    Properties

    forkable: boolean
    id: number
    name: string
    public: boolean
    scmId: string
    slug: string
    state:
        | undefined
        | "AVAILABLE"
        | "INITIALISATION_FAILED"
        | "INITIALISING"
        | "OFFLINE"
    statusMessage: string