Skip to content

Commit 88c6b01

Browse files
asc11catmoretalk
authored andcommitted
Fix: Add missing postfix field to options typedef
(cherry picked from commit da6bb9e)
1 parent 500f15c commit 88c6b01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export type Options = {
1515
exportServices?: boolean;
1616
exportModels?: boolean;
1717
exportSchemas?: boolean;
18+
postfix?: string;
1819
request?: string;
1920
write?: boolean;
2021
};

0 commit comments

Comments
 (0)