@moonbase.sh/storefront 1.0.1 → 1.0.4

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.
@@ -254,6 +254,9 @@ declare interface MoonbaseOptions {
254
254
  offers: {
255
255
  label: string;
256
256
  };
257
+ leadMagnets: {
258
+ quantity: 'selectable' | 'single';
259
+ };
257
260
  };
258
261
  activation: {
259
262
  deviceTokenFileExtension: string;