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

    Interface _BlockDetails

    interface _BlockDetails {
        blockanononly?: boolean;
        blockcomponents?: ApiResponseBlockDetails[];
        blockedby?: string;
        blockedbyid?: number;
        blockedtimestamp?: string;
        blockedtimestampformatted?: string;
        blockemail?: boolean;
        blockexpiry?: string;
        blockexpiryformatted?: string;
        blockexpiryrelative?: string;
        blockid?: number;
        blocknocreate?: boolean;
        blockowntalk?: boolean;
        blockpartial?: boolean;
        blockreason?: string;
        systemblocktype?: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    blockanononly?: boolean
    blockcomponents?: ApiResponseBlockDetails[]
    blockedby?: string
    blockedbyid?: number
    blockedtimestamp?: string
    blockedtimestampformatted?: string
    blockemail?: boolean
    blockexpiry?: string
    blockexpiryformatted?: string
    blockexpiryrelative?: string
    blockid?: number
    blocknocreate?: boolean
    blockowntalk?: boolean
    blockpartial?: boolean
    blockreason?: string
    systemblocktype?: null | string