MCPcopy 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
138export interface DocumentSectionInterface {
139 title: string;
140 description: string;
141}
142
143/**
144 * Convert TypeRef

Callers

nothing calls this directly

Implementers 1

DocumentSectionlib/utility/plugin.ts

Calls

no outgoing calls

Tested by

no test coverage detected