diff --git a/index.d.ts b/index.d.ts
index cd4c920..80eb630 100644
--- a/index.d.ts
+++ b/index.d.ts
@@ -608,6 +608,7 @@ export interface HookException {
     bytes?: any
     json?: any
     file?: string
+    log?: boolean
     [key: string]: any
 }