fix(contribuyentes): agregar supervisorNombre al tipo Contribuyente

This commit is contained in:
Horux Dev
2026-05-29 17:12:58 +00:00
parent 0439a84e6d
commit 2f49fdc9b7

View File

@@ -6,6 +6,7 @@ export interface Contribuyente {
nombre: string;
identificador: string;
supervisorUserId: string | null;
supervisorNombre: string | null;
active: boolean;
createdAt: string;
rfc: string;