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:
@@ -0,0 +1,6 @@
|
||||
export const enum JournalFilterType {
|
||||
active = "active",
|
||||
fulfilled = "fulfilled",
|
||||
abandoned = "abandoned",
|
||||
all = "all"
|
||||
}
|
||||
Reference in New Issue
Block a user