UX: fix #2416, small code cleanup

This commit is contained in:
Pieter Vander Vennet 2025-05-13 16:13:05 +02:00
parent a4fe5a11ed
commit 77afd8b426
8 changed files with 57 additions and 66 deletions

View file

@ -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"
/**