From 8d658a567dcc51a108efad30692671f63ecb0de5 Mon Sep 17 00:00:00 2001 From: Siddharth9890 Date: Thu, 17 Oct 2024 11:33:44 +0530 Subject: [PATCH] feat: changed index.ts to allow changes --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index aa4aa21..9495463 100644 --- a/src/index.ts +++ b/src/index.ts @@ -52,6 +52,7 @@ class SDKFactory { } } + export class Gateway { private client: OpenAPIClient; private config: Config;