mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Czyszczenie i restrukturyzacja store'a
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import TrainStop from '@/scripts/interfaces/TrainStop';
|
||||
import TrainStop from "@/scripts/interfaces/TrainStop";
|
||||
|
||||
export default interface Train {
|
||||
mass: number;
|
||||
@@ -16,6 +16,8 @@ export default interface Train {
|
||||
locoType: string;
|
||||
online: boolean;
|
||||
|
||||
cars: string[];
|
||||
|
||||
timetableData?: {
|
||||
timetableId: number;
|
||||
category: string;
|
||||
|
||||
Reference in New Issue
Block a user