mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Dodano filtry dla dziennika rozkładów jazdy
This commit is contained in:
Vendored
+7
@@ -1,5 +1,6 @@
|
||||
import { ComponentCustomProperties } from 'vue'
|
||||
import { Store } from 'vuex'
|
||||
import { JournalFilterType } from './scripts/enums/JournalFilterType';
|
||||
import { TrainFilterType } from './scripts/enums/TrainFilterType';
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
@@ -18,4 +19,10 @@ declare module '@vue/runtime-core' {
|
||||
id: TrainFilterType;
|
||||
isActive: boolean;
|
||||
}
|
||||
|
||||
interface JournalFilter {
|
||||
id: JournalFilterType;
|
||||
filterSection: string;
|
||||
isActive: boolean;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user