Type Alias PremiumFeatureTierValue

PremiumFeatureTierValue: {
    included: boolean;
    limits: Record<string, number>;
}

Type declaration

  • included: boolean
  • limits: Record<string, number>

    Per-tier quantities keyed by the limitKeys entry they came from; {} when the feature is on/off rather than a quantity. -1 means unlimited.