mwbot-ts - v1.2.7
    Preparing search index...

    Interface ApiResponseQueryMetaFilerepoinfo

    interface ApiResponseQueryMetaFilerepoinfo {
        canUpload?: boolean;
        descBaseUrl?: string;
        descriptionCacheExpiry?: number;
        displayname?: string;
        favicon?: string;
        fetchDescription?: boolean;
        initialCapital?: boolean;
        local?: boolean;
        name?: string;
        rootUrl?: string | false;
        scriptDirUrl?: string;
        thumbUrl?: string | false;
        url?: string | false;
    }
    Index

    Properties

    canUpload?: boolean
    descBaseUrl?: string
    descriptionCacheExpiry?: number
    displayname?: string
    favicon?: string
    fetchDescription?: boolean
    initialCapital?: boolean
    local?: boolean
    name?: string
    rootUrl?: string | false
    scriptDirUrl?: string
    thumbUrl?: string | false
    url?: string | false