Search Docs
Loading...
Skip to content

Type Alias: ExportFormat

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.