fix(contribuyentes): agregar supervisorNombre al tipo Contribuyente
This commit is contained in:
@@ -6,6 +6,7 @@ export interface Contribuyente {
|
||||
nombre: string;
|
||||
identificador: string;
|
||||
supervisorUserId: string | null;
|
||||
supervisorNombre: string | null;
|
||||
active: boolean;
|
||||
createdAt: string;
|
||||
rfc: string;
|
||||
|
||||
Reference in New Issue
Block a user