Skip to content

Commit

Permalink
typooooo
Browse files Browse the repository at this point in the history
  • Loading branch information
ItshMoh committed Sep 7, 2024
1 parent 3e618d4 commit 31177d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/postman-collection.ts
Original file line number Diff line number Diff line change
@@ -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<string, ConvertPostmanFunction > = {
'3.0.0': from_postman_to_asyncapi
Expand Down

0 comments on commit 31177d7

Please sign in to comment.