Skip to content

OutputFormat

Output file format. Conditionally supported.

Example Usage

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

let value: OutputFormat = "png";

Values

typescript
"png" | "webp" | "jpeg"