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