TierLimitation: {
    unlimited: true;
} | {
    limit: number;
    unlimited: false;
}