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

    Interface ApiResponseUnblock

    interface ApiResponseUnblock {
        id: number;
        reason: string;
        user: string;
        userid: number;
        watchlistexpiry?: string;
        watchuser: boolean;
    }
    Index

    Properties

    id: number
    reason: string
    user: string
    userid: number
    watchlistexpiry?: string
    watchuser: boolean