From 2f49fdc9b7ccd5f565a4a36791fc82fe59d5ef07 Mon Sep 17 00:00:00 2001 From: Horux Dev Date: Fri, 29 May 2026 17:12:58 +0000 Subject: [PATCH] fix(contribuyentes): agregar supervisorNombre al tipo Contribuyente --- apps/web/lib/api/contribuyentes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/lib/api/contribuyentes.ts b/apps/web/lib/api/contribuyentes.ts index d7dc06c..0bf3cbb 100644 --- a/apps/web/lib/api/contribuyentes.ts +++ b/apps/web/lib/api/contribuyentes.ts @@ -6,6 +6,7 @@ export interface Contribuyente { nombre: string; identificador: string; supervisorUserId: string | null; + supervisorNombre: string | null; active: boolean; createdAt: string; rfc: string;