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

    Interface ApiResponseQueryListCheckuserIpusers

    interface ApiResponseQueryListCheckuserIpusers {
        agents: string[];
        editcount: number;
        end: string;
        ips: string[];
        name: string;
        start?: string;
    }
    Index

    Properties

    agents: string[]
    editcount: number
    end: string
    ips: string[]
    name: string
    start?: string