temp image upload

This commit is contained in:
2024-05-25 11:35:24 +03:00
parent f41999dfbc
commit 1e40e79be1
4 changed files with 105 additions and 49 deletions

View File

@@ -14,6 +14,7 @@ export type ProductSchema = {
composition?: (string | null);
size?: (string | null);
additionalInfo?: (string | null);
imageUrl?: (string | null);
id: number;
};