Search
Loading...
Skip to content

Type Alias: VideoMimeType

type VideoMimeType = Extract<MimeType, "video/mp4" | "video/quicktime">;

Represents the video MIME types used in the editor.