@wix/pricing-plans 1.0.78 → 1.0.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1844,7 +1844,6 @@ interface Plan$1 {
1844
1844
  }
1845
1845
  /** This wrapper type exist in order to distinguish an empty string list from no list at all in update requests. */
1846
1846
  interface StringList$1 {
1847
- /** List of strings */
1848
1847
  values?: string[];
1849
1848
  }
1850
1849
  /** Plan pricing information. Includes the price of the plan and payment details. */
@@ -2260,7 +2259,6 @@ interface Plan {
2260
2259
  }
2261
2260
  /** This wrapper type exist in order to distinguish an empty string list from no list at all in update requests. */
2262
2261
  interface StringList {
2263
- /** List of strings */
2264
2262
  values?: string[];
2265
2263
  }
2266
2264
  /** Plan pricing information. Includes the price of the plan and payment details. */