feat: attrs on product

This commit is contained in:
2024-05-11 00:24:52 +03:00
parent 004ad9a562
commit 270f96bf8d
10 changed files with 29 additions and 4 deletions

View File

@@ -13,5 +13,6 @@ export type ProductSchema = {
brand?: (string | null);
color?: (string | null);
composition?: (string | null);
size?: (string | null);
};