+5
-1
@@ -1,5 +1,9 @@
|
||||
import { type WorkflowManualTriggerAvailability } from '@/workflow/types/Workflow';
|
||||
import { IconCheckbox, type IconComponent, IconSquare } from 'twenty-ui/display';
|
||||
import {
|
||||
IconCheckbox,
|
||||
type IconComponent,
|
||||
IconSquare,
|
||||
} from 'twenty-ui/display';
|
||||
|
||||
export const MANUAL_TRIGGER_AVAILABILITY_OPTIONS: Array<{
|
||||
label: string;
|
||||
|
||||
+5
-1
@@ -1,4 +1,8 @@
|
||||
import { type IconComponent, IconHttpGet, IconHttpPost } from 'twenty-ui/display';
|
||||
import {
|
||||
type IconComponent,
|
||||
IconHttpGet,
|
||||
IconHttpPost,
|
||||
} from 'twenty-ui/display';
|
||||
export type WebhookHttpMethods = 'GET' | 'POST';
|
||||
|
||||
export const WEBHOOK_TRIGGER_HTTP_METHOD_OPTIONS: Array<{
|
||||
|
||||
Reference in New Issue
Block a user