In typescript if I want to make sure a variable is \'this\' or \'that\' I would do:
type ThisThat = \'this\'|\'that\'
I could then use this t