Search
Loading...
Skip to content

Type Alias: FileMimeType

type FileMimeType =
| "image/png"
| "image/jpeg"
| "image/webp"
| "image/x-tga"
| "audio/wav"
| "video/mp4"
| "video/quicktime"
| "video/webm"
| "video/matroska"
| "application/octet-stream"
| "application/pdf"
| "application/zip"
| "text/plain;charset=UTF-8";

Represents the MIME types for files supported by the file operations in UtilsAPI.