type ImageMimeType = Extract<MimeType, "image/png" | "image/jpeg" | "image/webp" | "image/x-tga">;
Represents the image MIME types used in the editor.
type ImageMimeType = Extract<MimeType, "image/png" | "image/jpeg" | "image/webp" | "image/x-tga">;
Represents the image MIME types used in the editor.