mapcomplete/Customizations/JSON/TagConfigJson.ts

8 lines
136 B
TypeScript
Raw Normal View History

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