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