UNPKG

@wmfs/tymly-cardscript-plugin

Version:

Plugin which handles interactions to do with Cardscript

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