Interface: HookEvent
Defined in: hooks/types.ts:455
Hook execution event payload
Properties
durationMs?
optional durationMs?: number;
Defined in: hooks/types.ts:460
error?
optional error?: Error;
Defined in: hooks/types.ts:461
hookId?
optional hookId?: string;
Defined in: hooks/types.ts:458
hookName?
optional hookName?: string;
Defined in: hooks/types.ts:459
hookType
hookType: keyof HooksConfig;
Defined in: hooks/types.ts:457
type
type: HookEventType;
Defined in: hooks/types.ts:456