Check whether a TypeInterface has been loaded for a type.
TypeInterface
type
bool hasType(String type) { return types.containsKey(type); }