Dodano sugestie wyszukiwania istniejących użytkowników w dziennikach

This commit is contained in:
2022-10-28 13:15:07 +02:00
parent bd5f433d6e
commit caf0a9b4c5
3 changed files with 75 additions and 23 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { JournalFilterType } from '../../scripts/enums/JournalFilterType';
export type JorunalTimetableSearchType = {
[key in 'search-driver' | 'search-train' | 'search-date' | 'search-author']: string;
[key in 'search-driver' | 'search-train' | 'search-date' | 'search-dispatcher']: string;
};
export interface JournalTimetableFilter {