mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 05:28:12 +00:00
chore: fetching data
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
export type ViewMode = 'active' | 'storage' | 'journal';
|
||||
|
||||
export enum StorageMode {
|
||||
LOCAL = 'local',
|
||||
API = 'api'
|
||||
}
|
||||
|
||||
export interface ActiveData {
|
||||
trains: ActiveTrain[];
|
||||
activeSceneries: ActiveScenery[];
|
||||
@@ -228,7 +223,6 @@ export interface JournalTimetableDetailed extends JournalTimetableShort {
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
stockHistory: string[];
|
||||
hidden: boolean;
|
||||
routeSceneries: string;
|
||||
checkpointArrivals: any[];
|
||||
checkpointDepartures: any[];
|
||||
|
||||
Reference in New Issue
Block a user