Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerIpBlockResponse

    interface EngineServerIpBlockResponse {
        blocked: boolean;
        reason: string;
    }
    Index

    Properties

    Properties

    blocked: boolean
    reason: string