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

    Interface ApiResponseQueryMetaSiteinfoNamespacesEntry

    interface ApiResponseQueryMetaSiteinfoNamespacesEntry {
        canonical?: string;
        case: "first-letter" | "case-sensitive";
        content: boolean;
        defaultcontentmodel?: string;
        id: number;
        name: string;
        namespaceprotection?: string;
        nonincludable: boolean;
        subpages: boolean;
    }
    Index

    Properties

    canonical?: string
    case: "first-letter" | "case-sensitive"
    content: boolean
    defaultcontentmodel?: string
    id: number
    name: string
    namespaceprotection?: string
    nonincludable: boolean
    subpages: boolean