// Generated by atproto-codegen. Do not edit.
//! Lexicon: com.atproto.sync.defs
pub type HostStatus = String;
pub const HOST_STATUS_ACTIVE: &str = "active";
pub const HOST_STATUS_IDLE: &str = "idle";
pub const HOST_STATUS_OFFLINE: &str = "offline";
pub const HOST_STATUS_THROTTLED: &str = "throttled";
pub const HOST_STATUS_BANNED: &str = "banned";