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

    Interface ApiResponseQueryListCentralnoticelogsDiff

    interface ApiResponseQueryListCentralnoticelogsDiff {
        banners?: Record<string, unknown>;
        buckets?: "1" | "0";
        countries?: string[];
        enabled?: "1" | "0";
        end?: string;
        geo?: "1" | "0";
        languages?: string[];
        locked?: "1" | "0";
        preferred?: "1" | "0";
        projects?: string[];
        regions?: string[];
        start?: string;
    }
    Index

    Properties

    banners?: Record<string, unknown>
    buckets?: "1" | "0"
    countries?: string[]
    enabled?: "1" | "0"
    end?: string
    geo?: "1" | "0"
    languages?: string[]
    locked?: "1" | "0"
    preferred?: "1" | "0"
    projects?: string[]
    regions?: string[]
    start?: string