Skip to content

ServiceTier

Example Usage

typescript
import { ServiceTier } from "@meetkai/mka1/models/operations";

let value: ServiceTier = "auto";

Values

typescript
"auto" | "default" | "flex" | "priority"