mapcomplete/Customizations/JSON/TagConfigJson.ts

6 lines
124 B
TypeScript
Raw Normal View History

export interface AndOrTagConfigJson {
and?: (string | AndOrTagConfigJson)[]
or?: (string | AndOrTagConfigJson)[]
2020-09-02 09:37:34 +00:00
}