This commit is contained in:
2023-03-10 16:30:36 +01:00
parent a02f9804b1
commit 14ca48a90d
3 changed files with 49 additions and 43 deletions
@@ -2,11 +2,11 @@ export interface TimetableHistory {
id: number;
createdAt: string;
updatedAt: string;
timetableId: number;
trainNo: number;
trainCategoryCode: string;
driverId: number;
driverName: string;
driverLevel: number | null;
@@ -35,6 +35,8 @@ export interface TimetableHistory {
authorName?: string;
authorId?: number;
stopsString?: string;
stockString?: string;
stockMass?: number;
stockLength?: number;