Skip to content

Commit 8ceab0b

Browse files
[FSSDK-11197] EventTags type fix v6
1 parent 7e40a55 commit 8ceab0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/shared_types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export type EventTags = {
9292
revenue?: string | number | null;
9393
value?: string | number | null;
9494
$opt_event_properties?: Record<string, unknown>;
95+
[key: string]: unknown;
9596
};
9697

9798
export interface UserProfileService {

0 commit comments

Comments
 (0)