Update analytics-service.ts
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user