Skip to content

Commit b5ca055

Browse files
committed
update public types
1 parent b908e5d commit b5ca055

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,16 @@ export type Options = {
2222
exportCore?: boolean;
2323
exportServices?: boolean;
2424
exportModels?: boolean;
25+
exportClient?: boolean;
26+
exportIndex?: boolean;
2527
exportSchemas?: boolean;
2628
indent?: Indent | '4' | '2' | 'tab';
2729
postfixServices?: string;
2830
postfixModels?: string;
2931
request?: string;
32+
serviceTemplate?: string;
33+
clientTemplate?: string;
34+
indexTemplate?: string;
3035
write?: boolean;
3136
};
3237

0 commit comments

Comments
 (0)