feat: filters for profit statistics table
This commit is contained in:
		@@ -5,6 +5,9 @@
 | 
			
		||||
import type { ProfitTableGroupBy } from './ProfitTableGroupBy';
 | 
			
		||||
export type GetProfitTableDataRequest = {
 | 
			
		||||
    dateRange: any[];
 | 
			
		||||
    clientId: number;
 | 
			
		||||
    baseMarketplaceKey: string;
 | 
			
		||||
    dealStatusId: number;
 | 
			
		||||
    groupTableBy: ProfitTableGroupBy;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user