[
    {
        "type": "interface",
        "name": "Person",
        "partial": false,
        "members": [
            {
                "type": "attribute",
                "static": false,
                "stringifier": false,
                "inherit": false,
                "readonly": false,
                "idlType": {
                    "type": "attribute-type",
                    "generic": null,
                    "nullable": false,
                    "union": false,
                    "idlType": "unsigned short",
                    "extAttrs": []
                },
                "name": "age",
                "escapedName": "age",
                "extAttrs": []
            },
            {
                "type": "attribute",
                "static": false,
                "stringifier": false,
                "inherit": false,
                "readonly": false,
                "idlType": {
                    "type": "attribute-type",
                    "generic": null,
                    "nullable": false,
                    "union": false,
                    "idlType": "any",
                    "extAttrs": []
                },
                "name": "required",
                "escapedName": "required",
                "extAttrs": []
            }
        ],
        "inheritance": null,
        "extAttrs": []
    }
]
