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

    Interface ApiResponseMove

    interface ApiResponseMove {
        from: string;
        moveoverredirect: boolean;
        reason: string;
        redirectcreated: boolean;
        subpages?: ApiResponseMoveSubpages[];
        "subpages-talk"?: ApiResponseMoveSubpages[];
        talkfrom?: string;
        "talkmove-errors"?: Record<string, unknown>;
        talkmoveoverredirect?: boolean;
        talkto?: string;
        to: string;
    }
    Index

    Properties

    from: string
    moveoverredirect: boolean
    reason: string
    redirectcreated: boolean
    "subpages-talk"?: ApiResponseMoveSubpages[]
    talkfrom?: string
    "talkmove-errors"?: Record<string, unknown>
    talkmoveoverredirect?: boolean
    talkto?: string
    to: string