type alias udocumentimport { type udocument } from "https://deno.land/x/xml@4.0.0/utils/types.ts"; Document type (user) definition: { [key: PropertyKey]: unode | literal; xml?: unode; doctype?: unode; }