mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-25 10:18:31 +02:00
Try fix import
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { convert } from 'openapi-to-postmanv2';
|
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';
|
import { Folder, HttpRequest, Workspace, Environment } from '../../../types/models';
|
||||||
|
|
||||||
type AtLeast<T, K extends keyof T> = Partial<T> & Pick<T, K>;
|
type AtLeast<T, K extends keyof T> = Partial<T> & Pick<T, K>;
|
||||||
|
|||||||
Reference in New Issue
Block a user