Documentation
    Preparing search index...

    Type Alias FeatureFlag<T>

    FeatureFlag: T

    Special alias for (boolean) feature flags that are not allowed to be optional or have a default value.

    Type Parameters

    • T = boolean

      The type of the feature flag, defaults to boolean.