Merge branch 'master' of github.com:ferdikoomen/openapi-typescript-codegen

This commit is contained in:
Ferdi Koomen 2022-01-24 17:47:10 +01:00
commit 506d4d5c25

1
types/index.d.ts vendored
View File

@ -15,6 +15,7 @@ export type Options = {
exportServices?: boolean;
exportModels?: boolean;
exportSchemas?: boolean;
postfix?: string;
request?: string;
write?: boolean;
};