export interface ItemImage { id: string; itemId: string; url: string; createdAt: string; updatedAt: string; }