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

    Interface ApiResponsePurge

    interface ApiResponsePurge {
        invalid?: true;
        invalidreason?: string;
        iw?: string;
        known?: true;
        linkupdate?: true;
        missing?: true;
        ns?: number;
        pageid?: number;
        purged?: true;
        revid?: number;
        special?: true;
        title?: string;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    invalid?: true
    invalidreason?: string
    iw?: string
    known?: true
    linkupdate?: true
    missing?: true
    ns?: number
    pageid?: number
    purged?: true
    revid?: number
    special?: true
    title?: string
    url?: string