Cleanup kodu; poprawki funkcjonalności

This commit is contained in:
2022-09-05 23:32:27 +02:00
parent 2a64b8f10d
commit b0a9939446
10 changed files with 582 additions and 573 deletions
+3
View File
@@ -0,0 +1,3 @@
export type JournalDispatcherSearcher = {
[key in 'search-dispatcher' | 'search-station']: string;
};