From 506f0c07fae44908d964676f49612b76078bb86d Mon Sep 17 00:00:00 2001 From: nukisman Date: Tue, 2 Nov 2021 18:15:29 +0300 Subject: [PATCH] Fix: index.d.ts: Options: exportClient --- types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/index.d.ts b/types/index.d.ts index 7bd587e93..5b22e4ab0 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -14,6 +14,7 @@ export type Options = { exportServices?: boolean; exportModels?: boolean; exportSchemas?: boolean; + exportClient?: boolean; request?: string; write?: boolean; };