MCPcopy Create free account
hub / github.com/code100x/daily-code / Window

Interface Window

apps/web/components/SearchDialog.tsx:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10declare global {
11 interface Window {
12 SpeechRecognition: any;
13 }
14}
15
16export function SearchDialog({ tracks }: { tracks: (Track & { problems: Problem[] })[] }) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected