Skip to content

Commit

Permalink
Rm commented FeatureGate props
Browse files Browse the repository at this point in the history
  • Loading branch information
aliu39 committed Feb 6, 2025
1 parent 694acfe commit 300f2d4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export type FeatureGate = {
readonly name: string;
readonly value: boolean;
// readonly ruleID: string;
// readonly details: EvaluationDetails;
// readonly __evaluation: GateEvaluation | null;
};

type EventNameToEventDataMap = {
Expand Down

0 comments on commit 300f2d4

Please sign in to comment.