Onboarding
This commit is contained in:
15
types.ts
15
types.ts
@@ -33,13 +33,14 @@ export interface PlantHealthIssue {
|
||||
details: string;
|
||||
}
|
||||
|
||||
export interface PlantHealthCheck {
|
||||
generatedAt: string;
|
||||
overallHealthScore: number;
|
||||
status: 'healthy' | 'watch' | 'critical';
|
||||
likelyIssues: PlantHealthIssue[];
|
||||
actionsNow: string[];
|
||||
plan7Days: string[];
|
||||
export interface PlantHealthCheck {
|
||||
generatedAt: string;
|
||||
overallHealthScore: number;
|
||||
status: 'healthy' | 'watch' | 'critical';
|
||||
analysisSummary?: string;
|
||||
likelyIssues: PlantHealthIssue[];
|
||||
actionsNow: string[];
|
||||
plan7Days: string[];
|
||||
creditsCharged: number;
|
||||
imageUri?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user