1 2 3 4 5 6 7 8
#[derive(Debug, Clone, PartialEq, Eq)] pub(crate) enum StatusAccountDisplay { ChatGpt { email: Option<String>, plan: Option<String>, }, ApiKey, }