Skip to content

Commit bd5de4e

Browse files
[FSSDK-12115] review update
1 parent 4fb49e5 commit bd5de4e

File tree

2 files changed

+1
-412
lines changed

2 files changed

+1
-412
lines changed

lib/shared_types.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,7 @@ export interface ListenerPayload {
122122

123123
export type DecisionNotificationType = typeof DECISION_NOTIFICATION_TYPES[keyof typeof DECISION_NOTIFICATION_TYPES];
124124

125-
export type DecisionSource =
126-
| typeof DECISION_SOURCES.FEATURE_TEST
127-
| typeof DECISION_SOURCES.ROLLOUT
128-
| typeof DECISION_SOURCES.EXPERIMENT;
125+
export type DecisionSource = typeof DECISION_SOURCES[keyof typeof DECISION_SOURCES];
129126

130127
export type DecisionSourceInfo = {
131128
experimentKey?: string;

0 commit comments

Comments
 (0)