@unito/integration-sdk
Version:
Integration SDK
37 lines (36 loc) • 712 B
JSON
{
"type": "root",
"children": [
{
"type": "table",
"children": [
{
"type": "tableRow",
"children": [
{
"type": "tableCell",
"children": [{ "type": "text", "value": "A" }]
},
{
"type": "tableCell",
"children": []
}
]
},
{
"type": "tableRow",
"children": [
{
"type": "tableCell",
"children": []
},
{
"type": "tableCell",
"children": [{ "type": "text", "value": "B" }]
}
]
}
]
}
]
}