We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d208e commit 95fa5baCopy full SHA for 95fa5ba
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