@farmart-tech/brave-admin-sdk
    Preparing search index...

    Type Alias FeatureConditionValueType

    FeatureConditionValueType:
        | "feature.releaseDate"
        | "odd"
        | "even"
        | string
        | number

    Special values and types for condition evaluation.

    Type Declaration

    • "feature.releaseDate"

      The release date of the current feature.

    • "odd"

      Matches if the numeric field is odd.

    • "even"

      Matches if the numeric field is even.

    • string
    • number