MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / CropPlan

Interface CropPlan

src/components/CropPlanningSection.tsx:63–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 months: string;
62 crops: string[];
63}
64
65interface CropPlan {
66 zones: CropZone[];
67 intercropping: IntercroppingPair[];
68 rotation_plan: RotationStep[];
69 summary: string;
70 tips: string[];
71 overall_score: number;
72 water_saving_pct: number;
73 expected_revenue_increase_pct: number;
74 planner_source?: string;
75 generated_from?: "edge" | "local";
76}
77

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected