(triggerId: string)
| 131 | } |
| 132 | |
| 133 | export function isTriggerValid(triggerId: string): boolean { |
| 134 | return triggerId in TRIGGER_REGISTRY |
| 135 | } |
| 136 | |
| 137 | export type { TriggerConfig } from '@/triggers/types' |
| 138 |
no outgoing calls
no test coverage detected