Update analytics-service.ts
This commit is contained in:
@@ -320,8 +320,10 @@ export interface SalesPrediction {
|
||||
};
|
||||
aiModel?: {
|
||||
used: boolean;
|
||||
available?: boolean;
|
||||
confidence?: string;
|
||||
modelAccuracy?: number;
|
||||
error?: string | null;
|
||||
};
|
||||
trend?: {
|
||||
direction: "up" | "down" | "neutral";
|
||||
|
||||
Reference in New Issue
Block a user