Synchronizacja danych z API przez websockety

This commit is contained in:
2022-04-08 22:28:19 +02:00
parent 92788fac94
commit 93bcb7ac75
8 changed files with 443 additions and 138 deletions
+6
View File
@@ -11,4 +11,10 @@ declare module '@vue/runtime-core' {
interface ComponentCustomProperties {
$store: Store<State>
}
// Train filter for TrainView
interface TrainFilter {
id: string;
isActive: boolean;
}
}