From fa8e81d9dd1e93e133c666ef777757edd7fdce25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Wed, 6 Mar 2024 17:26:51 +0100 Subject: [PATCH] Re-export Location type in explorer-client (#4445) --- explorer-api/explorer-client/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/explorer-api/explorer-client/src/lib.rs b/explorer-api/explorer-client/src/lib.rs index 6a8790bd34..3ff4807b2b 100644 --- a/explorer-api/explorer-client/src/lib.rs +++ b/explorer-api/explorer-client/src/lib.rs @@ -6,7 +6,9 @@ use thiserror::Error; use url::Url; // Re-export request types -pub use nym_explorer_api_requests::{PrettyDetailedGatewayBond, PrettyDetailedMixNodeBond}; +pub use nym_explorer_api_requests::{ + Location, PrettyDetailedGatewayBond, PrettyDetailedMixNodeBond, +}; // Paths const API_VERSION: &str = "v1";