export type Mime = | "image/jpeg" | "image/png" | "image/gif" | "image/webp" | "image/svg+xml" | "application/json" | "text/html;charset=utf-8" | "text/plain;charset=utf-8"