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

    Interface ApiResponseMoveSubpages

    interface ApiResponseMoveSubpages {
        errors?: Record<string, unknown>;
        from: string;
        to?: string;
    }
    Index

    Properties

    Properties

    errors?: Record<string, unknown>
    from: string
    to?: string