| 21 | } |
| 22 | |
| 23 | interface FieldDetailViewProps { |
| 24 | field: Field; |
| 25 | onBack: () => void; |
| 26 | onEditBoundary?: () => void; |
| 27 | } |
| 28 | |
| 29 | interface FieldWeather { |
| 30 | temperature_2m: number; |
nothing calls this directly
no outgoing calls
no test coverage detected