mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-02 21:08:12 +00:00
chore: adjusted to new version of API vehicles data
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
import { Status, VehiclesData } from './common';
|
||||
import { Status, VehicleData } from './common';
|
||||
|
||||
export enum APIDataStatus {
|
||||
OK = 'OK',
|
||||
@@ -320,7 +320,7 @@ export namespace API {
|
||||
}
|
||||
|
||||
export namespace Vehicles {
|
||||
export type Response = VehiclesData;
|
||||
export type Response = VehicleData[];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user