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

Interface LoaderOptions

packages/nextra/src/types.ts:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15type NextraConfigFromZod = z.infer<typeof NextraConfigSchema>
16
17export interface LoaderOptions extends NextraConfigFromZod {
18 isPageImport?: boolean
19 locales: string[]
20 contentDir?: string
21 shouldAddLocaleToLinks?: boolean
22}
23
24type TPageItem = { name: string; route: string; __pagePath: string }
25type TMetaItem = { __metaPath: 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…