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; };