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

Interface HikeImage

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

Source from the content-addressed store, hash-verified

40}
41
42interface HikeImage extends HikeNodeBase {
43 type: "image"
44 alt: string
45 title: string
46 url: string
47}
48
49interface HikeQuote extends HikeNodeBase {
50 type: "quote"

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…