FeatureFlagResult

Example values

TypeScript
{
readonly key: string;
readonly enabled: boolean;
readonly variant?: string;
readonly payload?: JsonType;
}

Community questions

Questions about this page? or post a community question.