show default image

This commit is contained in:
Jurgis Sakalauskas
2025-10-16 10:22:50 +03:00
parent 91ded3de2d
commit 210cf50578
4 changed files with 77 additions and 48 deletions
+1
View File
@@ -26,6 +26,7 @@ export interface Item {
sourceUrlId: string | null;
sourceUrl: string | null;
defaultImageId: string | null;
defaultImageUrl: string | null;
status: ItemStatus;
note: string | null;
attributes: Record<string, unknown>;