system-prompts-and-models-o.../NotionAi/notion-ai_20260322/modules/web/triggers.ts

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