Skip to content

DoCurious API Reference / types / FeatureFlagType

Type Alias: FeatureFlagType

FeatureFlagType = "boolean" | "multivariate" | "json"

Defined in: types/featureFlag.types.ts:22

Flag value type

  • boolean: simple on/off
  • multivariate: A/B/n testing with weighted variants
  • json: arbitrary config payload

DoCurious Platform Documentation