Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WardAnalytics/WardGraph
/ Label
Interface
Label
src/api/model/label.ts:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
*/
8
9
export
interface
Label {
10
address: string;
11
description: string;
12
label?: string;
13
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected