feat: added tags for cards, aligned status headers
This commit is contained in:
		@@ -6,6 +6,7 @@ import type { BaseMarketplaceSchema } from './BaseMarketplaceSchema';
 | 
			
		||||
import type { BoardSchema } from './BoardSchema';
 | 
			
		||||
import type { CardBillRequestSchema } from './CardBillRequestSchema';
 | 
			
		||||
import type { CardGroupSchema } from './CardGroupSchema';
 | 
			
		||||
import type { CardTagSchema } from './CardTagSchema';
 | 
			
		||||
import type { StatusSchema } from './StatusSchema';
 | 
			
		||||
export type CardSummary = {
 | 
			
		||||
    id: number;
 | 
			
		||||
@@ -18,6 +19,7 @@ export type CardSummary = {
 | 
			
		||||
    rank: number;
 | 
			
		||||
    baseMarketplace?: (BaseMarketplaceSchema | null);
 | 
			
		||||
    totalProducts: number;
 | 
			
		||||
    tags: Array<CardTagSchema>;
 | 
			
		||||
    shipmentWarehouseId: (number | null);
 | 
			
		||||
    shipmentWarehouseName: (string | null);
 | 
			
		||||
    billRequest?: (CardBillRequestSchema | null);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user