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

    Type Alias FeatureConditionFieldType

    FeatureConditionFieldType:
        | "device.registeredAt"
        | "device.id"
        | "user.id"
        | "segment"
        | "featureFlag"
        | "condition"
        | `user.attributes.${string}`
        | string

    Available fields for feature flag conditions.

    Type Declaration

    • "device.registeredAt"

      The date when the device was first registered.

    • "device.id"

      Unique identifier for the device.

    • "user.id"

      Unique identifier for the user.

    • "segment"

      Reference to a segment group.

    • "featureFlag"

      Reference to another feature flag.

    • "condition"

      Reference to a named condition.

    • `user.attributes.${string}`

      Custom user attribute.

    • string