diff --git a/index.d.ts b/index.d.ts index 9f063a38..f4ba7a73 100644 --- a/index.d.ts +++ b/index.d.ts @@ -8,6 +8,9 @@ interface GenerateApiParamsBase { */ name?: string; + /** name of the api class (default: "Api")*/ + apiClassName?: string; + /** * path to folder where will be located the created api module. *