Try fix import

This commit is contained in:
Gregory Schier
2024-07-22 18:03:17 -07:00
parent 6a24b31c6c
commit 27e6668be5

View File

@@ -1,5 +1,5 @@
import { convert } from 'openapi-to-postmanv2';
import { pluginHookImport as pluginHookImportPostman } from '../../importer-postman';
import { pluginHookImport as pluginHookImportPostman } from '../../importer-postman/src/index';
import { Folder, HttpRequest, Workspace, Environment } from '../../../types/models';
type AtLeast<T, K extends keyof T> = Partial<T> & Pick<T, K>;