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