A few tweaks

This commit is contained in:
Gregory Schier
2024-07-18 16:37:20 -07:00
parent a63b485b95
commit 47b8c4dd6b
27 changed files with 3987 additions and 439 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Environment, Folder, HttpRequest, Model, Workspace } from '../../../src-web/lib/models';
import { Environment, Folder, HttpRequest, Model, Workspace } from '../../../types/models';
const POSTMAN_2_1_0_SCHEMA = 'https://schema.getpostman.com/json/collection/v2.1.0/collection.json';
const POSTMAN_2_0_0_SCHEMA = 'https://schema.getpostman.com/json/collection/v2.0.0/collection.json';