Skip to content

Commit 145838b

Browse files
committed
Fix EventTags to not except boolean
1 parent b76d534 commit 145838b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/optimizely-sdk/lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ declare module '@optimizely/optimizely-sdk' {
162162
}
163163

164164
export type EventTags = {
165-
[key: string]: string | number | boolean;
165+
[key: string]: string | number | null;
166166
};
167167

168168
// NotificationCenter-related types

0 commit comments

Comments
 (0)