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