1 2 3 4 5
#[derive(Clone)] pub struct ApiConfig { pub api_key: Option<String>, pub base_url: String, }