1 2 3 4 5
use super::AuthUpdateTypes; pub type AccountIdsWithUpdatedAuth = std::collections::HashMap< String, Vec<AuthUpdateTypes>, >;