We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6aa44 commit 0b5f930Copy full SHA for 0b5f930
src/utils/types/metadata.ts
@@ -29,4 +29,5 @@ export type StudyMetadata = Metadata & {
29
};
30
defaultCountry?: string;
31
favoriteCountries?: string[];
32
+ substationPropertiesGlobalFilters?: Map<string, string[]>; // used to generate user specific global filters
33
0 commit comments