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

Interface SiteData

web/src/utils/data.ts:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51export interface SiteData {
52 categories: CategoryMeta[];
53 types: TypeGroup[];
54}
55
56export interface CategoryGroup {
57 meta: CategoryMeta;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected