mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Cleanup kodu
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { JournalFilterType } from '../../scripts/enums/JournalFilterType';
|
||||
|
||||
export type JournalTimetableSearcher = {
|
||||
[key in 'search-driver' | 'search-train' | 'search-date']: string;
|
||||
};
|
||||
|
||||
export interface JournalFilter {
|
||||
id: JournalFilterType;
|
||||
filterSection: string;
|
||||
isActive: boolean;
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
export type JournalTimetableSearcher = {
|
||||
[key in 'search-driver' | 'search-train' | 'search-date']: string;
|
||||
};
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TrainFilterType } from "../scripts/enums/TrainFilterType";
|
||||
import { TrainFilterType } from "../../scripts/enums/TrainFilterType";
|
||||
|
||||
export interface TrainFilter {
|
||||
id: TrainFilterType;
|
||||
Reference in New Issue
Block a user