Update analytics-service.ts

This commit is contained in:
g
2026-01-10 02:48:24 +00:00
parent 437aec110c
commit 57d93fe95e

View File

@@ -320,8 +320,10 @@ export interface SalesPrediction {
}; };
aiModel?: { aiModel?: {
used: boolean; used: boolean;
available?: boolean;
confidence?: string; confidence?: string;
modelAccuracy?: number; modelAccuracy?: number;
error?: string | null;
}; };
trend?: { trend?: {
direction: "up" | "down" | "neutral"; direction: "up" | "down" | "neutral";