Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/2fd/graphdoc
/ DocumentSectionInterface
Interface
DocumentSectionInterface
lib/interface.d.ts:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
export
interface
DocumentSectionInterface {
139
title: string;
140
description: string;
141
}
142
143
/**
144
* Convert TypeRef
Callers
nothing calls this directly
Implementers
1
DocumentSection
lib/utility/plugin.ts
Calls
no outgoing calls
Tested by
no test coverage detected