From 31177d7da39cfff70a8e7b9618e03595fa8fa662 Mon Sep 17 00:00:00 2001 From: ItshMoh Date: Sun, 8 Sep 2024 01:11:24 +0530 Subject: [PATCH] typooooo --- src/postman-collection.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/postman-collection.ts b/src/postman-collection.ts index c4186818..263743b4 100644 --- a/src/postman-collection.ts +++ b/src/postman-collection.ts @@ -1,8 +1,7 @@ import collection from '../../collection.json'; import { transpile } from 'postman2openapi'; import { from_openapi_to_asyncapi } from './openapi'; -import { ConvertPostmanFunction } from 'interfaces'; -import { PostmanToAsyncAPIOptions } from 'interfaces'; +import { ConvertPostmanFunction, PostmanToAsyncAPIOptions } from 'interfaces'; export const converters: Record = { '3.0.0': from_postman_to_asyncapi