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

Interface Exposure

src/api/model/exposure.ts:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import type { Category } from './category';
9
10export interface Exposure {
11 categories: Category[];
12 total: number;
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected