diff --git a/src/schemas/hooks.ts b/src/schemas/hooks.ts index 280bcb1..81aefbc 100644 --- a/src/schemas/hooks.ts +++ b/src/schemas/hooks.ts @@ -220,3 +220,4 @@ export type AgentHook = Extract export type HttpHook = Extract export type HookMatcher = z.infer> export type HooksSettings = Partial> +