mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
Fix: Add missing postfix field to options typedef
This commit is contained in:
parent
00cb70bdda
commit
da6bb9ebde
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
@ -15,6 +15,7 @@ export type Options = {
|
||||
exportServices?: boolean;
|
||||
exportModels?: boolean;
|
||||
exportSchemas?: boolean;
|
||||
postfix?: string;
|
||||
request?: string;
|
||||
write?: boolean;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user