import { SelectOption } from '@/ui/input/components/Select'; export const OBJECT_EVENT_TRIGGERS: Array> = [ { label: 'Created', value: 'created', }, { label: 'Updated', value: 'updated', }, { label: 'Deleted', value: 'deleted', }, ];