feat: fix

This commit is contained in:
2024-11-27 15:44:36 +03:00
parent 431bc35d8b
commit 886eef4c0d
4 changed files with 7 additions and 5 deletions

View File

@@ -8,5 +8,6 @@ export type GetProfitChartDataRequest = {
baseMarketplaceKey: string;
dealStatusId: number;
managerId: number;
tagId: number;
};

View File

@@ -9,6 +9,7 @@ export type GetProfitTableDataRequest = {
baseMarketplaceKey: string;
dealStatusId: number;
managerId: number;
tagId: number;
groupTableBy: ProfitTableGroupBy;
};