pub type TypeDefMap = BTreeMap<String, Vec<(String, String)>>;
pub struct TypeDefMap { /* private fields */ }