I have multiple string union types that are combined into an overarching union type:
type optionsAll = optionsA | optionsB | optionsC type optionsA = \'a\' | \'b\