mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 13:58:12 +00:00
Filtry pociągów
This commit is contained in:
Vendored
+2
-1
@@ -1,5 +1,6 @@
|
||||
import { ComponentCustomProperties } from 'vue'
|
||||
import { Store } from 'vuex'
|
||||
import { TrainFilterType } from './scripts/enums/TrainFilterType';
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
// declare your own store states
|
||||
@@ -14,7 +15,7 @@ declare module '@vue/runtime-core' {
|
||||
|
||||
// Train filter for TrainView
|
||||
interface TrainFilter {
|
||||
id: string;
|
||||
id: TrainFilterType;
|
||||
isActive: boolean;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user