There is no built-in or user-defined type named X
This is similar to There is nothing named x, but with types. You have referred to a type that does not exist.
Did you spell the name of the type correctly? (Remember that capitalization matters!)
Did you forget to
importa module which defines the type you want?