mgtypes 1.0.30 → 1.0.31
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 +1 -1
- package/types/Configuration.ts +1 -1
package/package.json
CHANGED
package/types/Configuration.ts
CHANGED
|
@@ -312,7 +312,7 @@ interface mgPermissionsProfile {
|
|
|
312
312
|
* @param pins one of this property's internal properties can be 'all', which will filter all pins
|
|
313
313
|
* @param plans same as above
|
|
314
314
|
*/
|
|
315
|
-
interface mgMapFiltersProfile {
|
|
315
|
+
export interface mgMapFiltersProfile {
|
|
316
316
|
pins?: { [key: string]: mgMapFilter };
|
|
317
317
|
plans?: { [key: string]: mgMapFilter };
|
|
318
318
|
people?: {
|