@moonbase.sh/storefront 2.0.0 → 2.0.1

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.
@@ -270,6 +270,12 @@ declare interface MoonbaseOptions {
270
270
  };
271
271
  passwords: 'default' | 'lax';
272
272
  };
273
+ communicationPreferences: {
274
+ show: {
275
+ newsletter: boolean;
276
+ productUpdates: boolean;
277
+ };
278
+ };
273
279
  checkout: {
274
280
  redirect: boolean;
275
281
  };