Subir carpetas con las nuevas tablas
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export class UpdateEventoDto {
|
||||
tipo_evento?: string
|
||||
nombre_evento: string
|
||||
fecha_inicio?: Date
|
||||
fecha_fin?: Date
|
||||
}
|
||||
Reference in New Issue
Block a user