Lets say we have code like this:
const a = \'a\'; const b = \'b\'; type Union = typeof a | typeof b | string interface