diff --git a/src/client/hooks/useItems.ts b/src/client/hooks/useItems.ts index 6b43281..ca45608 100644 --- a/src/client/hooks/useItems.ts +++ b/src/client/hooks/useItems.ts @@ -40,6 +40,12 @@ interface ItemWithCategory { updatedAt: string; categoryName: string; categoryIcon: string; + imageUrl: string | null; + dominantColor: string | null; + cropZoom: number | null; + cropX: number | null; + cropY: number | null; + priceCurrency: string | null; } export function useItems() {