Skip to content

GetExportStatusResponseStage

Current stage of the export process

Example Usage

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

let value: GetExportStatusResponseStage = "starting";

Values

typescript
"starting" | "fetching" | "converting" | "uploading" | "completed" | "failed"