Skip to content

Commit 0b5f930

Browse files
user specific global filters in metadata (#768)
Signed-off-by: Mathieu DEHARBE <[email protected]>
1 parent 6b6aa44 commit 0b5f930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/types/metadata.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ export type StudyMetadata = Metadata & {
2929
};
3030
defaultCountry?: string;
3131
favoriteCountries?: string[];
32+
substationPropertiesGlobalFilters?: Map<string, string[]>; // used to generate user specific global filters
3233
};

0 commit comments

Comments
 (0)