✨ 🔺 hooks.ts
This commit is contained in:
@@ -220,3 +220,4 @@ export type AgentHook = Extract<HookCommand, { type: 'agent' }>
|
|||||||
export type HttpHook = Extract<HookCommand, { type: 'http' }>
|
export type HttpHook = Extract<HookCommand, { type: 'http' }>
|
||||||
export type HookMatcher = z.infer<ReturnType<typeof HookMatcherSchema>>
|
export type HookMatcher = z.infer<ReturnType<typeof HookMatcherSchema>>
|
||||||
export type HooksSettings = Partial<Record<HookEvent, HookMatcher[]>>
|
export type HooksSettings = Partial<Record<HookEvent, HookMatcher[]>>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user