mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Statystyki maszynistów
This commit is contained in:
@@ -41,6 +41,7 @@ export const useStore = defineStore('store', {
|
||||
|
||||
driverStatsName: '',
|
||||
driverStatsData: undefined,
|
||||
driverStatsStatus: DataStatus.Initialized,
|
||||
|
||||
chosenModalTrainId: undefined,
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ export interface StoreState {
|
||||
|
||||
driverStatsName: string;
|
||||
driverStatsData?: DriverStatsAPIData;
|
||||
driverStatsStatus: DataStatus;
|
||||
|
||||
chosenModalTrainId?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user