//! Types for EPP domain responses pub mod check; pub mod create; pub mod delete; pub mod info; pub mod renew; pub mod rgp; pub mod transfer; pub mod update;