TypeAlias.TierDistribution
type TierDistribution = {
accountCount: number;
requiredVisits: number;
tierName: string;
};
Tier distribution representing customer spread across loyalty tiers.
Type Declaration
| Name | Type |
|---|---|
accountCount | number |
requiredVisits | number |
tierName | string |