You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** If the trigger has type 'time', the numer of units of timeUnit after which to award points */
23
23
timeInterval?: number;
24
-
/** If the trigger has type 'metric', the event attributes that must match for the trigger to award points. Null when the trigger is metric-based and has no event attribute filters. Omitted for non-metric triggers. */
24
+
/** If the trigger has type 'metric', the event attributes that must match for the trigger to award points. Empty when the trigger is metric-based and has no event attribute filters. Omitted for non-metric triggers. */
0 commit comments