UNPKG

@wmfs/tymly-cardscript-plugin

Version:

Plugin which handles interactions to do with Cardscript

21 lines 430 B
{ "Comment": "Get the necessary information to be render a personal dashboard for the user.", "version": "1.0", "StartAt": "GetUserDashboardData", "States": { "GetUserDashboardData": { "Type": "Task", "Resource": "module:getUserDashboardData", "InputPath": "$", "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }