mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
Layout
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
export type Vehicle = ILocomotive | ICarWagon;
|
||||
|
||||
export interface IStore {
|
||||
chosenCar: ICarWagon | null;
|
||||
chosenLoco: ILocomotive | null;
|
||||
chosenCargo: ICargo | null;
|
||||
|
||||
chosenVehicle: Vehicle | null;
|
||||
|
||||
showSupporter: boolean;
|
||||
imageLoading: boolean;
|
||||
|
||||
@@ -70,3 +74,4 @@ export interface IStock {
|
||||
count: number;
|
||||
imgSrc: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user