Skip to content

Commit 317190f

Browse files
authored
Merge pull request #933 from asc11cat/fix/typedef-options-postfix
Fix: Add missing postfix field to options typedef
2 parents 3dde57a + da6bb9e commit 317190f

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)