mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Synchronizacja danych z API przez websockety
This commit is contained in:
Vendored
+6
@@ -11,4 +11,10 @@ declare module '@vue/runtime-core' {
|
||||
interface ComponentCustomProperties {
|
||||
$store: Store<State>
|
||||
}
|
||||
|
||||
// Train filter for TrainView
|
||||
interface TrainFilter {
|
||||
id: string;
|
||||
isActive: boolean;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user