interface Nodeimport { type Node } from "https://deno.land/x/aws_api@v0.2.0/encoding/xml.ts"; Propertiesname: stringoptionalattributes: { [key: string]: string | undefined; }optionalcontent: string | nulloptionalchildren: Node[]