forked from MapComplete/MapComplete
UX: fix #2416, small code cleanup
This commit is contained in:
parent
a4fe5a11ed
commit
77afd8b426
8 changed files with 57 additions and 66 deletions
|
@ -10,6 +10,10 @@ export interface ProvidedImage {
|
|||
key: string
|
||||
provider: ImageProvider
|
||||
id: string
|
||||
/**
|
||||
* An alternative ID, used to deduplicate some images
|
||||
*/
|
||||
alt_id?: string,
|
||||
date?: Date
|
||||
status?: string | "ready"
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue