MCPcopy Create free account
hub / github.com/VPSDance/ai-proxy-rules / Row

Interface Row

scripts/status.ts:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39interface Row {
40 id: string;
41 name: string;
42 scope: string;
43 categories: string[];
44 aliases: string[];
45 rules: number;
46 sources: SourceEntry[];
47}
48
49async function run(options: StatusOptions): Promise<void> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected