Skip to content

Commit 33d0c5a

Browse files
authored
Merge pull request #635 from Mearman/patch-1
add missing apiClassName to GenerateApiParamsBase
2 parents b882444 + 1c4d95c commit 33d0c5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ interface GenerateApiParamsBase {
88
*/
99
name?: string;
1010

11+
/**
12+
* name of the main exported class
13+
*/
14+
apiClassName?: string;
15+
1116
/**
1217
* path to folder where will be located the created api module.
1318
*

0 commit comments

Comments
 (0)