feat: printing attributes in cards on dashboard
This commit is contained in:
		@@ -4,6 +4,7 @@
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { BaseMarketplaceSchema } from './BaseMarketplaceSchema';
 | 
			
		||||
import type { BoardSchema } from './BoardSchema';
 | 
			
		||||
import type { CardAttributeSchema } from './CardAttributeSchema';
 | 
			
		||||
import type { CardBillRequestSchema } from './CardBillRequestSchema';
 | 
			
		||||
import type { CardGroupSchema } from './CardGroupSchema';
 | 
			
		||||
import type { CardTagSchema } from './CardTagSchema';
 | 
			
		||||
@@ -20,6 +21,7 @@ export type CardSummary = {
 | 
			
		||||
    baseMarketplace?: (BaseMarketplaceSchema | null);
 | 
			
		||||
    totalProducts: number;
 | 
			
		||||
    tags: Array<CardTagSchema>;
 | 
			
		||||
    attributes: Array<CardAttributeSchema>;
 | 
			
		||||
    shipmentWarehouseId: (number | null);
 | 
			
		||||
    shipmentWarehouseName: (string | null);
 | 
			
		||||
    billRequest?: (CardBillRequestSchema | null);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user