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

Interface CropPlanningSectionProps

src/components/CropPlanningSection.tsx:76–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 planner_source?: string;
75 generated_from?: "edge" | "local";
76}
77
78interface CropPlanningSectionProps {
79 field: Field;
80 ndviData?: any;
81 soilData?: any;
82 weatherData?: any;
83 suitabilityData?: any;
84 landUseData?: any;
85 mapToken: string;
86}
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected