dmgc: llegue al frontend

This commit is contained in:
2025-01-13 20:31:09 -03:00
parent 280bcd294a
commit 7565e21df8
7 changed files with 60 additions and 25 deletions

View File

@@ -6,7 +6,8 @@ export type PropiedadDto = {
letra: string | null,
canthabitaciones: number,
servicios: string,
monto: number
monto: number,
iddivisa: number
}
export type AdminParametrosBusqueda = {
@@ -25,7 +26,8 @@ export type PropiedadAdmin = {
canthabitaciones: number,
servicios: string,
monto: number,
estado: string
estado: string,
iddvisa: number
}
export type Permiso = {
id: number;
@@ -52,7 +54,8 @@ export type Propiedad = {
letra: string,
email: string,
idtipropiedad: number,
monto: number
monto: number,
iddivisa: number
};
export type MensajeDto = {