📚 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:
14
frontend/node_modules/next/dist/build/templates/pages.d.ts
generated
vendored
Normal file
14
frontend/node_modules/next/dist/build/templates/pages.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { PagesRouteModule } from '../../server/future/route-modules/pages/module.compiled';
|
||||
declare const _default: any;
|
||||
export default _default;
|
||||
export declare const getStaticProps: any;
|
||||
export declare const getStaticPaths: any;
|
||||
export declare const getServerSideProps: any;
|
||||
export declare const config: any;
|
||||
export declare const reportWebVitals: any;
|
||||
export declare const unstable_getStaticProps: any;
|
||||
export declare const unstable_getStaticPaths: any;
|
||||
export declare const unstable_getStaticParams: any;
|
||||
export declare const unstable_getServerProps: any;
|
||||
export declare const unstable_getServerSideProps: any;
|
||||
export declare const routeModule: PagesRouteModule;
|
||||
Reference in New Issue
Block a user