22 lines
332 B
Python
Raw Permalink Normal View History

2025-01-17 16:20:44 +00:00
@flowx_block
def example_function(request: dict) -> dict:
# Processing logic here...
return {
"meta_info": [
{
"name": "created_date",
"type": "string",
"value": "2024-11-05"
}
],
"fields": [
{
"name": "",
"type": "",
"value": ""
}
]
}