@farmart-tech/brave-feature-core
    Preparing search index...

    Interface RolloutStrategyPercentage

    Configuration for a simple percentage-based rollout.

    interface RolloutStrategyPercentage {
        percentage: number;
    }
    Index

    Properties

    Properties

    percentage: number

    Percentage of users to enable for (0-100).