Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rm commented FeatureGate props
  • Loading branch information
aliu39 committed Feb 6, 2025
commit 300f2d4204903fdd0fdc5a1c4bc967091958f84a
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export type FeatureGate = {
readonly name: string;
readonly value: boolean;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excluded props:
// readonly ruleID: string;
// readonly details: EvaluationDetails;
// readonly __evaluation: GateEvaluation | null;

// readonly ruleID: string;
// readonly details: EvaluationDetails;
// readonly __evaluation: GateEvaluation | null;
};

type EventNameToEventDataMap = {
Expand Down
Loading