```tsx type A = number; type B = string; type C = boolean; type D = A | B | C; // ^? ``` this is the sample code i ran but eventually i couldn't find any types as expected, instead it shows No type available. NB: lazy as package manager.