//! Common data objects
use ;
use ;
/// Account username
pub type Username = String;
/// Unique identifier for an Imgur user
pub type AccountID = u64;
/// Pro status expiration
///
/// `Boolean(false)` if not a pro user, their expiration date if they are.