chore: rename total_average_weight to average_weight_kg in SalesSummary

This commit is contained in:
ValdiANS
2026-01-21 09:31:21 +07:00
parent afbb007309
commit ead338fa0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export type DailyMarketingRow = BaseMetadata & BaseDailyMarketingRow;
export interface SalesSummary {
total_qty: number;
total_average_weight: number;
average_weight_kg: number;
total_weight_kg: number;
total_sales_price: number;
total_sales_amount: number;