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

Interface TrackPros

apps/web/components/Tracks.tsx:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25import { motion } from "framer-motion";
26
27export interface TrackPros extends Track {
28 problems: Problem[];
29 categories: {
30 category: {
31 id: string;
32 category: string;
33 };
34 }[];
35}
36
37interface TracksWithCategoriesProps {
38 tracks: TrackPros[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected