Interface TierRestrictedErrorReason

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

interface TierRestrictedErrorReason {
    restrictedAddons?: string[];
}

Properties

restrictedAddons?: string[]

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