mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawki po migracji
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Availability } from "@/store/storeTypes";
|
||||
import ScheduledTrain from "./ScheduledTrain";
|
||||
import StationRoutes from "./StationRoutes";
|
||||
import { Availability } from '../../store/storeTypes';
|
||||
import ScheduledTrain from './ScheduledTrain';
|
||||
import StationRoutes from './StationRoutes';
|
||||
|
||||
export default interface Station {
|
||||
name: string;
|
||||
@@ -58,5 +58,5 @@ export default interface Station {
|
||||
}[];
|
||||
|
||||
scheduledTrains?: ScheduledTrain[];
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import TrainStop from "@/scripts/interfaces/TrainStop";
|
||||
import TrainStop from './TrainStop';
|
||||
|
||||
export default interface Train {
|
||||
trainId: string;
|
||||
|
||||
Reference in New Issue
Block a user