SkuDisabledReason type

Reason why the Sku is disabled.

type SkuDisabledReason =
  | "None"
  | "Country"
  | "Region"
  | "Feature"
  | "OfferType"
  | "NoSubscriptionInfo"