Files
bigtux 20a26affaa 📚 Documentação inicial do ALETHEIA
- MANUAL-PRODUTO.md: Manual do usuário final
- MANUAL-VENDAS.md: Estratégia comercial e vendas
- MANUAL-TECNICO.md: Infraestrutura e deploy
- README.md: Visão geral do projeto
2026-02-10 15:08:15 -03:00

11 lines
440 B
TypeScript

import type { LoaderTree } from '../lib/app-dir-module';
export declare function parseLoaderTree(tree: LoaderTree): {
page: import("../../build/webpack/loaders/metadata/types").ModuleReference | undefined;
segment: string;
components: import("../../build/webpack/loaders/next-app-loader").ComponentsType;
layoutOrPagePath: string | undefined;
parallelRoutes: {
[parallelRouterKey: string]: LoaderTree;
};
};