@moonbase.sh/storefront 1.0.24 → 1.0.26

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.
@@ -272,6 +272,10 @@ declare interface MoonbaseOptions {
272
272
  activation: {
273
273
  deviceTokenFileExtension: string;
274
274
  licenseTokenFileName: string;
275
+ websiteLink: {
276
+ enabled: boolean;
277
+ label: string;
278
+ };
275
279
  };
276
280
  theme: {
277
281
  dark: boolean;