mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
docs: Remove postfix parameter from options type
This commit is contained in:
parent
92d2a9b416
commit
c32bad3751
4
types/index.d.ts
vendored
4
types/index.d.ts
vendored
@ -24,10 +24,6 @@ export type Options = {
|
||||
exportModels?: boolean;
|
||||
exportSchemas?: boolean;
|
||||
indent?: Indent | '4' | '2' | 'tab';
|
||||
/**
|
||||
* @deprecated use postfixServices instead
|
||||
*/
|
||||
postfix?: string;
|
||||
postfixServices?: string;
|
||||
postfixModels?: string;
|
||||
request?: string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user