feat: filter json body response (#2404)
This commit is contained in:
6
packages/hoppscotch-app/types/jsonpath-plus.d.ts
vendored
Normal file
6
packages/hoppscotch-app/types/jsonpath-plus.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { JSONPathOptions } from "jsonpath-plus"
|
||||
|
||||
declare module "jsonpath-plus" {
|
||||
export type JSONPathType = (options: JSONPathOptions) => unknown
|
||||
export const JSONPath: JSONPathType
|
||||
}
|
||||
Reference in New Issue
Block a user