feat(FE): API integration dashboard

This commit is contained in:
randy-ar
2026-01-11 19:15:22 +07:00
parent c752cad057
commit 0da9f9d651
13 changed files with 95 additions and 4423 deletions
+1
View File
@@ -47,6 +47,7 @@ export interface DashboardFilter {
end_date: string;
analysis_mode: 'OVERVIEW' | 'COMPARISON';
location_ids: number[];
comparison_type?: string | undefined;
flock_ids: number[];
kandang_ids: number[];
}