type alias GrpcServingStatus
Since 0.3.0

The serving status returned by the health bridge. These values map onto the gRPC v1 Health response enum.

Definition

"unknown" | "serving" | "not-serving" | "service-unknown"

See

  • grpc.health.v1.Health.ServingStatus

Usage

import { type GrpcServingStatus } from "common/src/index.ts";