mapcomplete/Customizations/JSON/TagConfigJson.ts
2020-09-02 11:37:34 +02:00

6 lines
124 B
TypeScript

export interface AndOrTagConfigJson {
and?: (string | AndOrTagConfigJson)[]
or?: (string | AndOrTagConfigJson)[]
}