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