From 4c452aeb35caf524b959a5f4f07fab78f369e698 Mon Sep 17 00:00:00 2001 From: Manish Kumar Date: Mon, 3 Feb 2025 09:12:42 +0530 Subject: [PATCH] fix: minor change --- src/types/index.ts | 1 - src/v0/destinations/customerio_audience/type.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/index.ts b/src/types/index.ts index a74d17939aa..a8e05d3ed62 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -174,7 +174,6 @@ type RouterTransformationRequestData< metadata: Metadata; destination: DestinationType; connection?: ConnectionType; - [key: string]: any; }; type RouterTransformationRequest = { diff --git a/src/v0/destinations/customerio_audience/type.ts b/src/v0/destinations/customerio_audience/type.ts index 6a42b0832b5..5c5335d6c8e 100644 --- a/src/v0/destinations/customerio_audience/type.ts +++ b/src/v0/destinations/customerio_audience/type.ts @@ -27,6 +27,7 @@ type CustomerIODestinationConfig = { apiKey: string; appApiKey: string; siteId: string; + [key: string]: any; }; type CustomerIOConnectionConfig = {