type alias DOMParserMimeTypeimport { type DOMParserMimeType } from "https://deno.land/x/lume@v1.18.2/deps/dom.ts"; definition: | "text/html" | "text/xml" | "application/xml" | "application/xhtml+xml" | "image/svg+xml"