feat: fix
This commit is contained in:
		@@ -8,5 +8,6 @@ export type GetProfitChartDataRequest = {
 | 
			
		||||
    baseMarketplaceKey: string;
 | 
			
		||||
    dealStatusId: number;
 | 
			
		||||
    managerId: number;
 | 
			
		||||
    tagId: number;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -9,6 +9,7 @@ export type GetProfitTableDataRequest = {
 | 
			
		||||
    baseMarketplaceKey: string;
 | 
			
		||||
    dealStatusId: number;
 | 
			
		||||
    managerId: number;
 | 
			
		||||
    tagId: number;
 | 
			
		||||
    groupTableBy: ProfitTableGroupBy;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user