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

    Interface PerUserFeatureConfig

    Configuration for a specific user's feature flag state.

    interface PerUserFeatureConfig {
        enabled: boolean;
    }
    Index

    Properties

    Properties

    enabled: boolean

    Whether the feature is enabled for this user/device.