type ExportFormat = "image/png" | "video/mp4" | "application/pdf";Type representing the export format.
image/png: PNG image format.video/mp4: MP4 video format.application/pdf: PDF document format.
type ExportFormat = "image/png" | "video/mp4" | "application/pdf";Type representing the export format.
image/png: PNG image format.video/mp4: MP4 video format.application/pdf: PDF document format.