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

    Interface ApiResponseTitleInfo

    Generated by ApiQueryBase::addTitleInfo.

    Note: This is used as a utility to define an object that includes ns and title properties, even if the object is not actually created by ApiQueryBase::addTitleInfo.

    interface ApiResponseTitleInfo {
        ns: number;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ns: number
    title: string