#[derive(Debug, Clone)] pub(crate) enum StatusAccountDisplay { ChatGpt { email: Option, plan: Option, }, ApiKey, }