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

    Interface ApiResponseBlock

    interface ApiResponseBlock {
        actionrestrictions: null | ApiActionRestrictions[];
        allowusertalk: boolean;
        anononly: boolean;
        autoblock: boolean;
        expiry: string;
        hidename: boolean;
        id: number;
        namespacerestrictions: null | number[];
        nocreate: boolean;
        noemail: boolean;
        pagerestrictions: null | string[];
        partial: boolean;
        reason: string;
        user: string;
        userID: number;
        watchuser: boolean;
    }
    Index

    Properties

    actionrestrictions: null | ApiActionRestrictions[]
    allowusertalk: boolean
    anononly: boolean
    autoblock: boolean
    expiry: string
    hidename: boolean
    id: number
    namespacerestrictions: null | number[]
    nocreate: boolean
    noemail: boolean
    pagerestrictions: null | string[]
    partial: boolean
    reason: string
    user: string
    userID: number
    watchuser: boolean