melhorias de url

This commit is contained in:
Luiz Silva 2025-09-08 14:03:35 -03:00
parent cb86027ff9
commit 3b45b82654
5 changed files with 18 additions and 6 deletions

View file

@ -157,7 +157,7 @@ declare const texto_busca: (...texto: any[]) => string;
* parametros = {nome:"José"}
*/
declare class TipagemRotas<T extends {
[q: string]: string | undefined;
[q: string]: any;
}> {
_partesCaminho: string[];
_acaoIr?: (endereco: string) => undefined;