resuelto error de tipos

This commit is contained in:
2026-01-11 00:30:47 -03:00
parent 2d8a03fc4e
commit 8055a47963

View File

@@ -37,7 +37,7 @@
}
// $inspect(usuarios, loading);
let timeoutId: number | undefined;
let timeoutId: ReturnType<typeof setTimeout> | number | undefined;
function buscar() {
if (timeoutId) {
clearTimeout(timeoutId);