MCPcopy Index your code
hub / github.com/BingyanStudio/github-analyzer / Preset

Interface Preset

web/src/components/report/ReportHeader.tsx:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10} from "../../components/ui/select";
11
12interface Preset {
13 name: string;
14 description: string;
15}
16
17interface ReportHeaderProps {
18 presets: Preset[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected