@unito/integration-sdk
Version:
Integration SDK
27 lines (26 loc) • 461 B
JSON
{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "this is just a simple url "
},
{
"type": "link",
"data": {
"url": "https://google.com"
},
"children": [
{
"type": "text",
"value": "https://google.com"
}
]
}
]
}
]
}