system-prompts-and-models-o.../NotionAi/notion-ai_20260322/modules/web/triggers.ts
2026-03-22 18:31:30 +08:00

8 lines
165 B
TypeScript

/*
The "web" module provides effects (tools) but no triggers.
*/
export type TriggerConfig = never
export type TriggerVariables = never
export type Trigger = never