mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
Merge pull request #933 from asc11cat/fix/typedef-options-postfix
Fix: Add missing postfix field to options typedef
This commit is contained in:
commit
317190fef3
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