Skip to content

Type Alias: ExportStatus

type ExportStatus = "pending" | "running" | "completed" | "failed" | "cancelled";

Defined in: sdk/src/types.ts:907