Home > @uniformdev/context > TestVariant
TestVariant type
Defines the shape of a A/B test variant
Signature:
type TestVariant = {
id: string;
testDistribution?: number;
};
Home > @uniformdev/context > TestVariant
Defines the shape of a A/B test variant
Signature:
type TestVariant = {
id: string;
testDistribution?: number;
};