UNPKG

@wmfs/tymly-cardscript-plugin

Version:

Plugin which handles interactions to do with Cardscript

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