Interface TierRestrictedErrorReason

The error reason when a feature is restricted by the course's tier.

interface TierRestrictedErrorReason {
    restrictedAddons?: TierAddon[];
}

Properties

restrictedAddons?: TierAddon[]

The tier add-ons required to use the restricted feature.