Skip to content

DoCurious API Reference / types / FlagEvaluationContext

Interface: FlagEvaluationContext

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

Context passed to the flag evaluator for the current user.

Properties

accountTier

accountTier: AccountTier

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


environment

environment: string

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


role

role: UserRole

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


userId

userId: string

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

DoCurious Platform Documentation