export class UpdateEventoDto { tipo_evento?: string nombre_evento: string fecha_inicio?: Date fecha_fin?: Date }