From d0773b5cebe159d7965393f9eb7363ba17836e36 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Thu, 19 May 2022 10:08:02 +0200 Subject: [PATCH] added json prop --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 77e444c..cd4c920 100644 --- a/index.d.ts +++ b/index.d.ts @@ -606,6 +606,7 @@ export interface HookException { html?: string string?: string bytes?: any + json?: any file?: string [key: string]: any }