@retaila/shared-types 2.0.22 → 2.0.23

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.
package/dist/index.d.mts CHANGED
@@ -2369,6 +2369,7 @@ interface StoreCustomizationPageComponent {
2369
2369
  version: string;
2370
2370
  settings: StoreCustomizationComponentSettings;
2371
2371
  }
2372
+ /** Builder page entry. For CMS pages (store_page type OTHER), id matches store_page.id. */
2372
2373
  interface StoreCustomizationPage {
2373
2374
  id: string;
2374
2375
  name: string;
package/dist/index.d.ts CHANGED
@@ -2369,6 +2369,7 @@ interface StoreCustomizationPageComponent {
2369
2369
  version: string;
2370
2370
  settings: StoreCustomizationComponentSettings;
2371
2371
  }
2372
+ /** Builder page entry. For CMS pages (store_page type OTHER), id matches store_page.id. */
2372
2373
  interface StoreCustomizationPage {
2373
2374
  id: string;
2374
2375
  name: string;