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