type VideoMimeType = Extract<MimeType, "video/mp4" | "video/quicktime">;
Represents the video MIME types used in the editor.
type VideoMimeType = Extract<MimeType, "video/mp4" | "video/quicktime">;
Represents the video MIME types used in the editor.