add image

This commit is contained in:
Jurgis Sakalauskas
2025-10-16 09:33:41 +03:00
parent cea323ec3b
commit 9cdcd23fd9
16 changed files with 906 additions and 47 deletions
+7
View File
@@ -0,0 +1,7 @@
export interface ItemImage {
id: string;
itemId: string;
url: string;
createdAt: string;
updatedAt: string;
}