forked from MapComplete/MapComplete
Improve documentation of Tags_format, add a few backlinks, see #887
This commit is contained in:
parent
d0b5163ff0
commit
2731c64856
3 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
/**
|
||||
* A small interface to combine tags and tagsfilters.
|
||||
*
|
||||
* See https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Tags_format.md for documentation
|
||||
*/
|
||||
export interface AndOrTagConfigJson {
|
||||
and?: (string | AndOrTagConfigJson)[]
|
||||
or?: (string | AndOrTagConfigJson)[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue