Search
Loading...
Skip to content

Type Alias: ImageMimeType

type ImageMimeType = Extract<MimeType, "image/png" | "image/jpeg" | "image/webp" | "image/x-tga">;

Represents the image MIME types used in the editor.