melhorias

This commit is contained in:
Luiz Silva 2024-09-15 13:58:38 -03:00
parent 7fae4d43e5
commit 97184ef169
5 changed files with 9 additions and 7 deletions

View file

@ -8,7 +8,7 @@
*
* parametros = {nome:"José"}
*/
export declare class TipagemRotas<T = {
export declare class TipagemRotas<T extends {
[q: string]: string | undefined;
}> {
_partesCaminho: string[];