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

Interface TFolder

packages/nextra/src/types.ts:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25type TMetaItem = { __metaPath: string }
26
27interface TFolder<T = TItem> {
28 name: string
29 route: string
30 children: T[]
31}
32
33export type TItem = TPageItem | TMetaItem | TFolder
34

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…