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