Skip to content

ManagedServiceStatus

Example Usage

typescript
import { ManagedServiceStatus } from "@meetkai/mka1/models/components";

let value: ManagedServiceStatus = "starting";

Values

typescript
"starting" | "ready" | "unhealthy" | "stopped"