Type Alias HookExecutionInterceptor

HookExecutionInterceptor: ((next: ((hook: IHook<any, any>, event: IEventEmission<any>) => Promise<any>), hook: IHook<any, any>, event: IEventEmission<any>) => Promise<any>)

Interceptor for hook execution