chore: build
This commit is contained in:
@@ -186,7 +186,7 @@ export interface MonthlyStatsSummary {
|
||||
total_quantity: number;
|
||||
}
|
||||
export interface MonthlyStats {
|
||||
month: string; // "2026-06"
|
||||
month: string;
|
||||
summary: MonthlyStatsSummary;
|
||||
by_day: MonthlyDayStat[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user