Interface ShardHealthResponse

Shard health check response (unauthenticated, lightweight).

interface ShardHealthResponse {
    app: string;
    ok: boolean;
    version: string;
}

Properties

Properties

app: string
ok: boolean
version: string