We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ffc8a commit 3ddfe2eCopy full SHA for 3ddfe2e
lib/notification_center/type.ts
@@ -61,7 +61,7 @@ type FeatureDecisionInfo = {
61
featureKey: string,
62
featureEnabled: boolean,
63
source: DecisionSource,
64
- sourceInfo: Partial<ExperimentAndVariationInfo>,
+ sourceInfo: DecisionSourceInfo,
65
}
66
67
export type FeatureTestDecisionInfo = Nullable<ExperimentAndVariationInfo, 'variationKey'>;
0 commit comments