@moonbase.sh/storefront 0.2.72 → 0.2.74

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.
@@ -125,7 +125,7 @@ declare interface MoonbaseOptions {
125
125
  checkout: {
126
126
  redirect: boolean;
127
127
  };
128
- target: HTMLElement | null;
128
+ target: HTMLElement | undefined;
129
129
  }
130
130
 
131
131
  export { }