Skip to content

Commit 300f2d4

Browse files
committed
Rm commented FeatureGate props
1 parent 694acfe commit 300f2d4

File tree

1 file changed

+0
-3
lines changed
  • packages/browser/src/integrations/featureFlags/statsig

1 file changed

+0
-3
lines changed

packages/browser/src/integrations/featureFlags/statsig/types.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
export type FeatureGate = {
22
readonly name: string;
33
readonly value: boolean;
4-
// readonly ruleID: string;
5-
// readonly details: EvaluationDetails;
6-
// readonly __evaluation: GateEvaluation | null;
74
};
85

96
type EventNameToEventDataMap = {

0 commit comments

Comments
 (0)