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

Properties

Properties

blocked: boolean
reason: string