forked from MapComplete/MapComplete
Fix: make credits and credits:uid optional
This commit is contained in:
parent
8761685fa6
commit
47f52e4513
1 changed files with 2 additions and 2 deletions
|
@ -633,11 +633,11 @@ export interface LayerConfigJson {
|
|||
* Who created this theme?
|
||||
* Set by studio
|
||||
*/
|
||||
credits: string
|
||||
credits?: string
|
||||
/**
|
||||
* group: hidden
|
||||
* Who created this theme?
|
||||
* Set by studio
|
||||
*/
|
||||
"credits:uid":number
|
||||
"credits:uid"?:number
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue