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

Interface FieldDetailViewProps

src/components/FieldDetailView.tsx:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23interface FieldDetailViewProps {
24 field: Field;
25 onBack: () => void;
26 onEditBoundary?: () => void;
27}
28
29interface FieldWeather {
30 temperature_2m: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected