Dodano filtry do widoku historii rozkładów jazdy

This commit is contained in:
2022-01-26 14:58:47 +01:00
parent 063131056e
commit 0ff5ca344f
9 changed files with 421 additions and 247 deletions
+6
View File
@@ -0,0 +1,6 @@
export default interface FilterOption {
id: string;
name: string;
value: boolean;
defaultValue: boolean;
}