refactor: inline auth, data, triggers and actions in apps
This commit is contained in:
@@ -18,7 +18,7 @@ export default defineTrigger({
|
||||
{
|
||||
label: 'Username',
|
||||
key: 'username',
|
||||
type: 'string',
|
||||
type: 'string' as const,
|
||||
required: true,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user