mgtypes 1.0.43 → 1.0.44

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mgtypes",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "description": "types for mg development",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -100,6 +100,7 @@ export interface mgNavigationConfig {
100
100
  primary: mgNavButton[];
101
101
  secondary: mgNavButton[];
102
102
  };
103
+ homePage: 'Settings' | 'Map' | 'Feed' | 'Calendar' | 'Lists'
103
104
  }
104
105
 
105
106
  /**