refactor: inline auth, data, triggers and actions in apps

This commit is contained in:
Ali BARIN
2022-10-28 15:48:39 +02:00
parent 179fe512af
commit 9a973c8257
47 changed files with 233 additions and 167 deletions

View File

@@ -17,7 +17,7 @@ export default defineTrigger({
{
label: 'Day of the week',
key: 'weekday',
type: 'dropdown',
type: 'dropdown' as const,
required: true,
value: null,
variables: false,
@@ -55,7 +55,7 @@ export default defineTrigger({
{
label: 'Time of day',
key: 'hour',
type: 'dropdown',
type: 'dropdown' as const,
required: true,
value: null,
variables: false,