MCPcopy Index your code
hub / github.com/jackvale/rectg / TypeGroup

Interface TypeGroup

web/src/utils/data.ts:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43export interface TypeGroup {
44 name: string;
45 categories: Array<{
46 fullName: string;
47 items: RawItem[];
48 }>;
49}
50
51export interface SiteData {
52 categories: CategoryMeta[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected