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

    Interface _ApiQueryBacklinksPrivate

    Response type for ApiQueryBacklinks.php. Used for:

    • list=backlinks
    • list=embeddedin
    • list=imageusage
    interface _ApiQueryBacklinks {
        ns: number;
        pageid: number;
        redirect?: true;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ns: number
    pageid: number
    redirect?: true
    title: string