docx
    Preparing search index...

    Type Alias IXmlAttribute

    IXmlAttribute: Readonly<Record<string, string | number | boolean>>

    Attributes for an XML element.

    Maps attribute names to their values. Attribute values can be strings, numbers, or booleans, which will be converted to strings in the final XML.