forked from MapComplete/MapComplete
Fix: note themes uses full URL now instead of Panoramax-id
This commit is contained in:
parent
4395e88390
commit
ce363dfb59
4 changed files with 41 additions and 32 deletions
|
@ -8,5 +8,7 @@ export interface ImageUploader {
|
|||
blob: File,
|
||||
currentGps: [number,number],
|
||||
author: string
|
||||
): Promise<{ key: string; value: string, absoluteUrl: string }>
|
||||
): Promise<UploadResult>
|
||||
}
|
||||
|
||||
export interface UploadResult{ key: string; value: string, absoluteUrl: string }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue