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

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