@moonbase.sh/storefront 0.3.15 → 0.3.16

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.
@@ -230,6 +230,7 @@ declare interface MoonbaseOptions {
230
230
  auth: {
231
231
  signIn: {
232
232
  enabled: boolean;
233
+ hint: string | undefined;
233
234
  };
234
235
  signUp: {
235
236
  enabled: boolean;