[
    {
        "type": "interface",
        "name": "MyConstants",
        "partial": false,
        "members": [
            {
                "type": "const",
                "nullable": true,
                "idlType": "boolean",
                "name": "ARE_WE_THERE_YET",
                "value": {
                    "type": "boolean",
                    "value": false
                },
                "extAttrs": []
            }
        ],
        "inheritance": null,
        "extAttrs": []
    },
    {
        "type": "interface",
        "name": "Node",
        "partial": false,
        "members": [
            {
                "type": "attribute",
                "static": false,
                "stringifier": false,
                "inherit": false,
                "readonly": true,
                "idlType": {
                    "sequence": false,
                    "generic": null,
                    "nullable": true,
                    "array": false,
                    "union": false,
                    "idlType": "DOMString"
                },
                "name": "namespaceURI",
                "extAttrs": []
            }
        ],
        "inheritance": null,
        "extAttrs": []
    }
]