From da6bb9ebde549afac9c04f837832700efbc0a7d1 Mon Sep 17 00:00:00 2001 From: asc11cat Date: Wed, 19 Jan 2022 17:22:00 +0200 Subject: [PATCH] Fix: Add missing postfix field to options typedef --- types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/index.d.ts b/types/index.d.ts index 63048d54..261800bd 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -15,6 +15,7 @@ export type Options = { exportServices?: boolean; exportModels?: boolean; exportSchemas?: boolean; + postfix?: string; request?: string; write?: boolean; };