MCPcopy Index your code
hub / github.com/Seanium/ChatMap / Marker

Interface Marker

components/client-map.tsx:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7// Define interfaces for props and markers
8interface Marker {
9 id: string
10 title: string
11 description: string
12 latitude: number
13 longitude: number
14}
15
16interface ClientMapProps {
17 markers: Marker[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected