Fix build

This commit is contained in:
Pieter Vander Vennet 2021-07-14 10:05:10 +02:00
parent 196894cca7
commit 99512724e0
2 changed files with 2 additions and 2 deletions

View file

@ -225,7 +225,7 @@ export interface LayerConfigJson {
* If 'preferredBackgroundCategory' is set, the element will attempt to pick a background layer of that category.
*/
preciseInput?: true | {
preferredBackground: "osmbasedmap" | "photo" | "historicphoto" | "map"
preferredBackground: "osmbasedmap" | "photo" | "historicphoto" | "map" | string
}
}[],