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

Interface RawItem

web/src/utils/data.ts:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26export interface RawItem {
27 title: string;
28 url: string;
29 countStr: string;
30 desc: string;
31 id: string;
32}
33
34export interface DirectoryItem extends RawItem {
35 typeName: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected