@coderabbitai/bitbucket
    Preparing search index...

    Interface Repository

    interface Repository {
        archived: boolean;
        forkable: boolean;
        hierarchyId: string;
        id: number;
        links: pr.opened.RepositoryLinks;
        name: string;
        project: pr.opened.Project;
        public: boolean;
        scmId: string;
        slug: string;
        state:
            | undefined
            | "AVAILABLE"
            | "INITIALISATION_FAILED"
            | "INITIALISING"
            | "OFFLINE";
        statusMessage: string;
    }
    Index

    Properties

    archived: boolean
    forkable: boolean
    hierarchyId: string
    id: number
    name: string
    project: pr.opened.Project
    public: boolean
    scmId: string
    slug: string
    state:
        | undefined
        | "AVAILABLE"
        | "INITIALISATION_FAILED"
        | "INITIALISING"
        | "OFFLINE"
    statusMessage: string