We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8f4af commit c81ca62Copy full SHA for c81ca62
lib/notification_center/type.ts
@@ -42,7 +42,7 @@ export type ActivateListenerPayload = UserEventListenerPayload & {
42
43
export type TrackListenerPayload = UserEventListenerPayload & {
44
eventKey: string;
45
- eventTags: EventTags;
+ eventTags?: EventTags;
46
logEvent: LogEvent;
47
}
48
0 commit comments