mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
usprawnienia miniaturek pojazdów
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user