feat: support webhook (#1298)
This commit is contained in:
6
packages/webhook/globals.d.ts
vendored
Normal file
6
packages/webhook/globals.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare global {
|
||||
interface JSON {
|
||||
safeParse: typeof JSON.parse
|
||||
}
|
||||
}
|
||||
export {}
|
||||
Reference in New Issue
Block a user