added json prop

This commit is contained in:
Sebastian Frank 2022-05-19 10:08:02 +02:00
parent 099ae2fb37
commit d0773b5ceb

1
index.d.ts vendored

@ -606,6 +606,7 @@ export interface HookException {
html?: string
string?: string
bytes?: any
json?: any
file?: string
[key: string]: any
}