feat: initial new openapi importer implementation
This commit is contained in:
8
packages/hoppscotch-app/globals.d.ts
vendored
Normal file
8
packages/hoppscotch-app/globals.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* Some helpful type definitions to help with type checking
|
||||
*/
|
||||
|
||||
interface Object {
|
||||
// Allows for TypeScript to know this field now exist
|
||||
hasOwnProperty<K extends PropertyKey>(key: K): this is Record<K, unknown>
|
||||
}
|
||||
Reference in New Issue
Block a user