From c32bad375171a555a2c21058002cd92bd3dc537d Mon Sep 17 00:00:00 2001 From: Mark Brockhoff Date: Thu, 14 Jul 2022 11:49:03 +0200 Subject: [PATCH] docs: Remove postfix parameter from options type --- types/index.d.ts | 4 ---- 1 file changed, 4 deletions(-) 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;