Re-export Location type in explorer-client (#4445)

This commit is contained in:
Jon Häggblad
2024-03-06 17:26:51 +01:00
committed by GitHub
parent bc19fa7a78
commit fa8e81d9dd
+3 -1
View File
@@ -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";