pub type Groups = StringOrStringArray;
pub enum Groups { StringValue(String), ArrayValue(Vec<String>), }