forked from MapComplete/MapComplete
refactoring
This commit is contained in:
parent
b94a8f5745
commit
5d0fe31c41
114 changed files with 2412 additions and 2958 deletions
|
@ -1,9 +1,10 @@
|
|||
import { Translation, TypedTranslation } from "../UI/i18n/Translation"
|
||||
import { FilterState } from "./FilteredLayer"
|
||||
import { Tag } from "../Logic/Tags/Tag"
|
||||
import { TagsFilter } from "../Logic/Tags/TagsFilter"
|
||||
|
||||
export interface GlobalFilter {
|
||||
filter: FilterState
|
||||
osmTags: TagsFilter
|
||||
state: number | string | undefined
|
||||
id: string
|
||||
onNewPoint: {
|
||||
safetyCheck: Translation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue