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

Interface CategoryMeta

web/src/utils/data.ts:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface CategoryMeta {
19 icon: string;
20 name: string;
21 fullName: string;
22 keywords?: string;
23 id: string;
24}
25
26export interface RawItem {
27 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected