mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 14:59:35 +00:00
8 lines
165 B
TypeScript
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
|