| 15 | type NextraConfigFromZod = z.infer<typeof NextraConfigSchema> |
| 16 | |
| 17 | export interface LoaderOptions extends NextraConfigFromZod { |
| 18 | isPageImport?: boolean |
| 19 | locales: string[] |
| 20 | contentDir?: string |
| 21 | shouldAddLocaleToLinks?: boolean |
| 22 | } |
| 23 | |
| 24 | type TPageItem = { name: string; route: string; __pagePath: string } |
| 25 | type TMetaItem = { __metaPath: string } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…