type alias documentimport { type document } from "https://deno.land/x/xml@4.0.0/utils/types.ts"; Document type definition: { [key: PropertyKey]: node | literal; xml?: node; doctype?: node; }