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