pub use *;
/// Type alias for the CdkMintClient that works with any tower service
pub type CdkMintClient<S> = CdkMintClient;
/// Type alias for CdkMintClient with the version header interceptor over a Channel
pub type InterceptedCdkMintClient = CdkMintClient;