Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
fix(types): it should return promise<string>
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-land authored Mar 6, 2022
1 parent d6ca857 commit 19ddc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ export interface Options {
additionalVars?: { [key: string]: string }
}

export default function postmanToOpenApi (input: string, output?: string, options?: Options) : string
export default function postmanToOpenApi (input: string, output?: string, options?: Options) : Promise<string>

0 comments on commit 19ddc69

Please sign in to comment.