Skip to main content
Dotset CLI API Documentation / tollgate / HealthStatus

Type Alias: HealthStatus

type HealthStatus = "healthy" | "unhealthy" | "unknown";
Defined in: src/tollgate/proxy/client.ts:20 Health status of the upstream server.