UNPKG

@wmfs/tymly-cardscript-plugin

Version:

Plugin which handles interactions to do with Cardscript

21 lines 387 B
{ "Comment": "State machine to get notifications for a user.", "version": "1.0", "StartAt": "GetNotifications", "States": { "GetNotifications": { "Type": "Task", "Resource": "module:getNotifications", "InputPath": "$", "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }