mapcomplete/Customizations/JSON/TagConfigJson.ts

8 lines
136 B
TypeScript

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