From 1c4d95c195eb2dbbc970a1f08c0a6859ac341552 Mon Sep 17 00:00:00 2001 From: Joseph Mearman Date: Mon, 2 Oct 2023 14:21:18 +0100 Subject: [PATCH] add missing apiClassName to GenerateApiParamsBase --- index.d.ts | 5 +++++ 1 file changed, 5 insertions(+) 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. *