pub type ToscaTypes = HashMap<String, Vec<String>>;
HashMap mapping tosca type names to a list of ancestor types it inherits (including itsself)
struct ToscaTypes { /* private fields */ }