//! Types for EPP host check response use crate::epp::response::EppCommandResponse; /// Type that represents the <epp> tag for the EPP XML host update response pub type EppHostUpdateResponse = EppCommandResponse;