Skip to content

Effort

Example Usage

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

let value: Effort = "minimal";

Values

typescript
"none" | "minimal" | "low" | "medium" | "high" | "xhigh"