@moonbase.sh/storefront 0.4.5 → 0.4.6

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.
@@ -241,6 +241,9 @@ declare interface MoonbaseOptions {
241
241
  checkout: {
242
242
  redirect: boolean;
243
243
  };
244
+ cart: {
245
+ quantity: 'selectable' | 'single';
246
+ };
244
247
  activation: {
245
248
  deviceTokenFileExtension: string;
246
249
  licenseTokenFileName: string;