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

    Interface RolloutStrategy

    Defines how a feature should be rolled out to users.

    interface RolloutStrategy {
        config?: RolloutStrategyConfigType;
        type: RolloutStrategyType;
    }
    Index

    Properties

    Properties

    Configuration specific to the strategy type.

    The type of rollout strategy to use.