@wix/auto_sdk_stores_customizations-v-3 1.0.76 → 1.0.78

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.
@@ -202,7 +202,8 @@ interface Choice extends ChoiceValueOneOf {
202
202
  */
203
203
  defaultAddedPrice?: string | null;
204
204
  /**
205
- * Image to display alongside the choice.
205
+ * Optional image displayed alongside a ONE_COLOR choice in the storefront.
206
+ * Only valid for ONE_COLOR choices; not populated for other choice types.
206
207
  * @internal
207
208
  */
208
209
  displayImage?: string;