melhorias

This commit is contained in:
Luiz Silva 2024-09-15 13:08:19 -03:00
parent b08b7de2c0
commit 7fae4d43e5
4 changed files with 4 additions and 4 deletions

View file

@ -101,6 +101,6 @@ export class TipagemRotas<T = { [q: string]: string | undefined }> {
return { ...queryObj, ...hashObj } as T
}
return queryObj as T
return queryObj as Partial<T>
}
}