philia
    Preparing search index...

    XML

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

    Properties

    Properties

    data: string
    id?: number
    type: "xml"