📚 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
This commit is contained in:
10
frontend/node_modules/next/dist/server/app-render/parse-loader-tree.d.ts
generated
vendored
Normal file
10
frontend/node_modules/next/dist/server/app-render/parse-loader-tree.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user