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

Interface DataItem

apps/web/components/ContentSearch.tsx:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17};
18
19interface DataItem {
20 payload: Payload;
21}
22
23export function ContentSearch({ tracks }: { tracks: TrackPros[] }) {
24 const [dialogOpen, setDialogOpen] = useState(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected