{
    "source": "core/types/src/index.ts",
    "name": "ExpressionObject",
    "type": "object",
    "properties": {
        "exp": {
            "required": false,
            "node": {
                "type": "ref",
                "ref": "Expression",
                "title": "ExpressionObject.exp",
                "description": "The expression to run"
            }
        }
    },
    "additionalProperties": false,
    "title": "ExpressionObject",
    "description": "An object with an expression in it"
}