- 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
9 lines
236 B
TypeScript
9 lines
236 B
TypeScript
export declare function buildDataRoute(page: string, buildId: string): {
|
|
page: string;
|
|
routeKeys: {
|
|
[named: string]: string;
|
|
} | undefined;
|
|
dataRouteRegex: string;
|
|
namedDataRouteRegex: string | undefined;
|
|
};
|