I have an type
type mytype = \'tipe-1\' | \'tipe-2\' | \'tipe-3\'
how to type like this type mytype2 = \'1\' | \'2\' | \'3\'
type mytype2 = \'1\' | \'2\' | \'3\'
b