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