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