refactor: journal timetable entries

This commit is contained in:
2024-09-03 14:29:59 +02:00
parent 0861d92e4b
commit c93514fdf0
9 changed files with 192 additions and 67 deletions
+1
View File
@@ -264,6 +264,7 @@ export namespace API {
visitedSceneries: string[];
sceneryNames: string[];
path: string;
warningNotes: string | null;
}
export type Response = Data[];