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

Interface Entity

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

Source from the content-addressed store, hash-verified

8import type { Address } from './address';
9
10export interface Entity {
11 addresses: Address[];
12 name: string;
13 quantity: number;
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected