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 4fb49e5 commit bd5de4eCopy full SHA for bd5de4e
lib/shared_types.ts
@@ -122,10 +122,7 @@ export interface ListenerPayload {
122
123
export type DecisionNotificationType = typeof DECISION_NOTIFICATION_TYPES[keyof typeof DECISION_NOTIFICATION_TYPES];
124
125
-export type DecisionSource =
126
- | typeof DECISION_SOURCES.FEATURE_TEST
127
- | typeof DECISION_SOURCES.ROLLOUT
128
- | typeof DECISION_SOURCES.EXPERIMENT;
+export type DecisionSource = typeof DECISION_SOURCES[keyof typeof DECISION_SOURCES];
129
130
export type DecisionSourceInfo = {
131
experimentKey?: string;
0 commit comments