Interface XmlElem

XML

interface XmlElem {
    data: string;
    id?: number;
    type: "xml";
}

Properties

Properties

data: string
id?: number
type