Skip to content

Commit

Permalink
fix: minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
manish339k committed Feb 3, 2025
1 parent 3abd7e1 commit 4c452ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ type RouterTransformationRequestData<
metadata: Metadata;
destination: DestinationType;
connection?: ConnectionType;
[key: string]: any;
};

type RouterTransformationRequest = {
Expand Down
1 change: 1 addition & 0 deletions src/v0/destinations/customerio_audience/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type CustomerIODestinationConfig = {
apiKey: string;
appApiKey: string;
siteId: string;
[key: string]: any;
};

type CustomerIOConnectionConfig = {
Expand Down

0 comments on commit 4c452ae

Please sign in to comment.