It appears that the index with keyname 'Type_ID' is a duplicate... but I wouldn't delete the index 'Type_ID_2', as it isn't just indexing a single column, it is indexing the combination of Type_ID WITH Name - which is different from just a single index on Type_ID.
So, imho, you could drop the single index 'type_id'.