MCPcopy Create free account
hub / github.com/9d8dev/directory / Category

Interface Category

components/admin/bookmark-manager.tsx:45–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43import { Plus, Upload, Loader2, Trash2 } from "lucide-react";
44
45interface Category {
46 id: string;
47 name: string;
48 slug: string;
49 description: string | null;
50 color: string | null;
51 icon: string | null;
52 createdAt: Date;
53 updatedAt: Date | null;
54}
55
56interface Bookmark {
57 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected