MCPcopy
hub / github.com/shuding/nextra / ApiReference

Interface ApiReference

docs/components/generate-api-reference.ts:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35})
36
37export interface ApiReference {
38 name: string
39 isFlattened?: boolean
40 code?: string
41 packageName?: string
42}
43
44interface Options {
45 title: string

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…