MCPcopy
hub / github.com/massCodeIO/massCode / InternalLinkMatch

Interface InternalLinkMatch

src/shared/notes/internalLinks.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface InternalLinkMatch extends InternalLink {
14 from: number
15 to: number
16}
17
18export interface InternalLinkLookupItem {
19 id: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected