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

    Interface ApiResponseEdit

    interface ApiResponseEdit {
        contentmodel?: string;
        new?: true;
        newrevid?: number;
        newtimestamp?: string;
        nochange?: true;
        oldrevid?: number;
        pageid?: number;
        result: "Success" | "Failure";
        tempusercreated?: true;
        tempusercreatedredirect?: string;
        title?: string;
        watched?: true;
        watchlistexpiry?: string;
    }
    Index

    Properties

    contentmodel?: string
    new?: true
    newrevid?: number
    newtimestamp?: string
    nochange?: true
    oldrevid?: number
    pageid?: number
    result: "Success" | "Failure"
    tempusercreated?: true
    tempusercreatedredirect?: string
    title?: string
    watched?: true
    watchlistexpiry?: string