//! # EVE ESI Clone Enums
//!
//! Provides clone-related enums for EVE Online
//!
//! ## ESI Documentation
//! - <https://developers.eveonline.com/api-explorer#>
//!
//! ## Enums
//!
//! | Enum | Description |
//! | --------------- | ------------------------------------------------- |
//! | [`ContactType`] | Represents the contact type for the contact entry |
use ;
/// Represents the contact type for the contact entry
///
/// # Documentation
/// - <https://developers.eveonline.com/api-explorer#/schemas/AlliancesAllianceIdContactsGet>