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

Interface LinkCardProps

apps/web/components/admin/LinkCard.tsx:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { Card, CardDescription, CardTitle } from "@repo/ui";
10
11interface LinkCardProps extends Track {
12 problems: {
13 id: string;
14 title: string;
15 description: string;
16 notionDocId: string;
17 type: string;
18 }[];
19}
20
21const LinkCard = ({ track }: { track: LinkCardProps }) => {
22 function handleAddProblem() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected