Skip to content

Commit 1c4d95c

Browse files
Mearmansmorimoto
authored andcommitted
add missing apiClassName to GenerateApiParamsBase
1 parent 007b577 commit 1c4d95c

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)