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

8 lines
183 B
TypeScript

/*
The "test" module is used for internal testing and does not define triggers.
*/
export type TriggerConfig = never
export type TriggerVariables = never
export type Trigger = never