diff --git a/index.d.ts b/index.d.ts index ed8b5164..ccb87095 100644 --- a/index.d.ts +++ b/index.d.ts @@ -8,6 +8,11 @@ interface GenerateApiParamsBase { */ name?: string; + /** + * name of the main exported class + */ + apiClassName?: string; + /** * path to folder where will be located the created api module. *