Skip to content

Commit 0334806

Browse files
Type changed of notification listener payload
1 parent 1385d2b commit 0334806

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/notification_center/type.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ export type FlagDecisionInfo = {
9494
variables: VariablesMap,
9595
reasons: string[],
9696
decisionEventDispatched: boolean,
97+
experimentId: string | null,
98+
variationId: string | null,
9799
};
98100

99101
export type DecisionInfo = {

0 commit comments

Comments
 (0)