feat: attrs on product
This commit is contained in:
		@@ -10,5 +10,8 @@ export type ProductSchema = {
 | 
			
		||||
    clientId: number;
 | 
			
		||||
    barcodes: Array<string>;
 | 
			
		||||
    barcodeTemplate?: (BarcodeTemplateSchema | null);
 | 
			
		||||
    brand?: (string | null);
 | 
			
		||||
    color?: (string | null);
 | 
			
		||||
    composition?: (string | null);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user