diff --git a/types/index.d.ts b/types/index.d.ts index c56ef740..e2b5247e 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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;