MCPcopy
hub / github.com/code-hike/codehike / HikeNodeBase

Interface HikeNodeBase

packages/codehike/src/mdx/1.1.remark-list-to-section.ts:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16type HikeNode = HikeNodeMap[keyof HikeNodeMap]
17
18interface HikeNodeBase {
19 name: string
20 multi: boolean
21 index?: number
22}
23
24export interface HikeSection extends HikeNodeBase {
25 _data: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…