From ab164b4495e5b5fb06bd4de6e1ad18e4595ad9cf Mon Sep 17 00:00:00 2001 From: ekremney Date: Thu, 14 Dec 2023 15:39:12 +0100 Subject: [PATCH] fix: export rumapiclient as default --- packages/spacecat-shared-rum-api-client/src/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/spacecat-shared-rum-api-client/src/index.d.ts b/packages/spacecat-shared-rum-api-client/src/index.d.ts index 2fd0892f3..7a016cf78 100644 --- a/packages/spacecat-shared-rum-api-client/src/index.d.ts +++ b/packages/spacecat-shared-rum-api-client/src/index.d.ts @@ -18,7 +18,7 @@ export interface RUMAPIOptions { limit: number; } -export declare class RUMAPIClient { +export default class RUMAPIClient { /** * Static factory method to create an instance of RUMAPIClient. * @param {UniversalContext} context - An object containing the AWS Lambda context information