Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
import
type
{ Category } from
'./category'
;
9
10
export
interface
Exposure {
11
categories: Category[];
12
total: number;
13
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected