Skip to content

CodeRuntime

Example Usage

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

let value: CodeRuntime = "bash";

Values

typescript
"python" | "python3" | "javascript" | "node" | "go" | "bash" | "shell" | "sh"