mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Dodano zakładkę z historią RJ scenerii
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
export interface TimetableHistory {
|
||||
timetableId: number;
|
||||
trainNo: number;
|
||||
@@ -28,3 +27,9 @@ export interface TimetableHistory {
|
||||
authorName?: string;
|
||||
authorId?: number;
|
||||
}
|
||||
|
||||
export interface SceneryTimetableHistory {
|
||||
sceneryTimetables: TimetableHistory[];
|
||||
totalCount: number;
|
||||
sceneryName: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user