deta / space-cli

Deta Space CLI
https://deta.space
MIT License
31 stars 6 forks source link

fix action response schema #124

Closed pomdtr closed 1 year ago

pomdtr commented 1 year ago

The action response now follow the following schema:

{
   "type": "<card-type>",
   "data": <response-data>
}