Skip to content

Commit

Permalink
Add reportFile parameter for the ts users
Browse files Browse the repository at this point in the history
  • Loading branch information
ElnSorokina committed Nov 21, 2023
1 parent 596c8aa commit ac97f7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { name } from "."
export let basePath: string;
export let name: string;
export let reportPath: string;
export let reportFile: string;
export let file: string;
export let swaggerJsonUrl: string;
export let swaggerYamlPath: string;
Expand Down

0 comments on commit ac97f7c

Please sign in to comment.