Implement exclude of installed maps as filter

This commit is contained in:
Libor Šafář
2024-02-24 22:49:25 +01:00
parent d61588c09f
commit 030df21619
5 changed files with 62 additions and 6 deletions
@@ -162,6 +162,7 @@ export interface MapFilter {
to?: number;
fullSpread?: boolean;
ranked?: boolean;
installed?: boolean;
minDuration?: number;
maxDuration?: number;
minNps?: number;