Type alias FeatureNameVersioned

FeatureNameVersioned: `${FeatureName}@${PlanName}`

An identifier for a feature as defined within a given plan. Format is <feature>@<plan> where feature is a FeatureName and plan is a PlanName.

FeatureNameVersioned and PlanName strings may be used equivalently to specify prices and entitlements to Tier methods.

Generated using TypeDoc