MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / Category

Interface Category

src/api/model/category.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import type { Entity } from './entity';
9
10export interface Category {
11 entities: Entity[];
12 name: string;
13 total: number;
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected