feat: attrs on product

This commit is contained in:
2024-05-11 01:11:02 +03:00
parent 0421d33cf2
commit 10c82e88ae
2 changed files with 26 additions and 0 deletions

View File

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