Nowe filtry statusów scenerii; aktualizacja scenerii

This commit is contained in:
2021-11-13 01:52:25 +01:00
parent 922c372c74
commit 1a2dd60c82
7 changed files with 89 additions and 9 deletions
+7 -1
View File
@@ -25,6 +25,12 @@ export default interface Filter {
'include-selected': boolean;
free: boolean;
occupied: boolean;
ending: boolean;
nonPublic: boolean;
unavailable: boolean;
endingStatus: boolean;
afkStatus: boolean;
noSpaceStatus: boolean;
unavailableStatus: boolean;
unsignedStatus: boolean;
}