Loading web/src/data/models/prod/AdminModel.ts +2 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ export interface AdminModel { email: string; name: string; lastName: string; role: string; role?: string; idTown?: number; status: string; } No newline at end of file web/src/infraestructure/entities/admin_form_values.ts +2 −1 Original line number Diff line number Diff line Loading @@ -13,8 +13,9 @@ export interface Admin { email: string; name: string; lastName: string; role: UserRole; role?: UserRole; idTown?: number; status?: string; } export interface AdminPasswordValues { Loading Loading
web/src/data/models/prod/AdminModel.ts +2 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ export interface AdminModel { email: string; name: string; lastName: string; role: string; role?: string; idTown?: number; status: string; } No newline at end of file
web/src/infraestructure/entities/admin_form_values.ts +2 −1 Original line number Diff line number Diff line Loading @@ -13,8 +13,9 @@ export interface Admin { email: string; name: string; lastName: string; role: UserRole; role?: UserRole; idTown?: number; status?: string; } export interface AdminPasswordValues { Loading