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?: {
used: boolean;
available?: boolean;
confidence?: string;
modelAccuracy?: number;
error?: string | null;
};
trend?: {
direction: "up" | "down" | "neutral";