Quick Tips - variadic unions in typescript📅 Jul 14, 2022 · ☕ 1 min readA lot of the time, you want to define union types in typescript, and you would set it up like this by default for a small collection of enumerated values-as-types: