type alias DOMParserMimeTypeimport { type DOMParserMimeType } from "https://deno.land/x/aleph@v0.2.12/vendor/deno-dom/dom-parser.ts"; definition: | "text/html" | "text/xml" | "application/xml" | "application/xhtml+xml" | "image/svg+xml"