mirror of
https://github.com/sakaljurgis/best-choice.git
synced 2026-07-08 21:47:40 +00:00
show default image
This commit is contained in:
Vendored
+1
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user