type alias DOMParserMimeTypeimport { type DOMParserMimeType } from "https://dotland.deno.dev/x/deno_dom@v0.1.45/deno-dom-wasm.ts"; definition: | "text/html" | "text/xml" | "application/xml" | "application/xhtml+xml" | "image/svg+xml"