number
string
Ctrl + Space
& {}
()
type StringExample = (string & {}) | "Dog" | "Cat"; type NumberExample = (number & {}) | 1024 | 2048 | 4096;