📚 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:
22
frontend/node_modules/next/dist/build/output/store.d.ts
generated
vendored
Normal file
22
frontend/node_modules/next/dist/build/output/store.d.ts
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
export type OutputState = {
|
||||
bootstrap: true;
|
||||
appUrl: string | null;
|
||||
bindAddr: string | null;
|
||||
} | ({
|
||||
bootstrap: false;
|
||||
appUrl: string | null;
|
||||
bindAddr: string | null;
|
||||
} & ({
|
||||
loading: true;
|
||||
trigger: string | undefined;
|
||||
url: string | undefined;
|
||||
} | {
|
||||
loading: false;
|
||||
typeChecking: boolean;
|
||||
totalModulesCount: number;
|
||||
errors: string[] | null;
|
||||
warnings: string[] | null;
|
||||
hasEdgeServer: boolean;
|
||||
}));
|
||||
export declare function formatTrigger(trigger: string): string;
|
||||
export declare const store: import("unistore").Store<OutputState>;
|
||||
Reference in New Issue
Block a user