🔺 hooks.ts

This commit is contained in:
nirholas
2026-03-31 10:23:45 +00:00
parent 248231f347
commit e43a5d3cb8

View File

@@ -220,3 +220,4 @@ export type AgentHook = Extract<HookCommand, { type: 'agent' }>
export type HttpHook = Extract<HookCommand, { type: 'http' }>
export type HookMatcher = z.infer<ReturnType<typeof HookMatcherSchema>>
export type HooksSettings = Partial<Record<HookEvent, HookMatcher[]>>