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

    Interface RolloutStrategyStepConfig

    Configuration for a time-based step rollout.

    interface RolloutStrategyStepConfig {
        steps: { date: string; percentage: number }[];
    }
    Index

    Properties

    Properties

    steps: { date: string; percentage: number }[]

    Array of rollout steps ordered by date.

    Type Declaration

    • date: string

      ISO 8601 date when this step becomes active.

    • percentage: number

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