mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Dodano sugestie wyszukiwania istniejących użytkowników w dziennikach
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user