MCPcopy Create free account
hub / github.com/Seanium/ChatMap / Location

Interface Location

components/chat-interface.tsx:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31interface Location {
32 id: string
33 title: string
34 description: string
35 latitude: number
36 longitude: number
37}
38
39export default function ChatInterface() {
40 const [query, setQuery] = useState("")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected