feat: attrs on product
This commit is contained in:
		@@ -14,5 +14,6 @@ export type ProductSchema = {
 | 
			
		||||
    color?: (string | null);
 | 
			
		||||
    composition?: (string | null);
 | 
			
		||||
    size?: (string | null);
 | 
			
		||||
    additionalInfo?: (string | null);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user