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