Zmiany w wyglądzie i funkcjonalnościach dziennika RJ

This commit is contained in:
2022-09-03 00:11:42 +02:00
parent 76d0ff88f1
commit b90ac6c09e
4 changed files with 149 additions and 135 deletions
+3
View File
@@ -0,0 +1,3 @@
export type JournalTimetableSearcher = {
[key in 'search-driver' | 'search-train']: string;
};