usprawnienia miniaturek pojazdów

This commit is contained in:
2024-03-01 19:07:00 +01:00
parent c8d56ec442
commit 7e3c150815
6 changed files with 39 additions and 148 deletions
-16
View File
@@ -263,22 +263,6 @@ export namespace API {
export type Response = Data[];
}
export namespace RollingStock {
export interface Response {
usage: Record<string, string>;
info: Info;
}
export interface Info {
'loco-e': [string, string, string, string, boolean][];
'loco-s': [string, string, string, string, boolean][];
'loco-szt': [string, string, string, string, boolean][];
'loco-ezt': [string, string, string, string, boolean][];
'car-passenger': [string, string, boolean, boolean, string][];
'car-cargo': [string, string, boolean, boolean, string][];
}
}
export namespace DailyStats {
export interface Response {
totalTimetables: number;