FeatureFlagDetail

Example values

TypeScript
{
key: string;
enabled: boolean;
original_enabled?: boolean | undefined;
variant: string | undefined;
original_variant?: string | undefined;
reason: EvaluationReason | undefined;
metadata: FeatureFlagMetadata | undefined;
}

Community questions

Questions about this page? or post a community question.