Oct 25, 2023
Thanks for sharing Valerii! I still prefer union types, because I *want* to have to update my code if I change the literal type. I want the visibility into how that change affects my code, plus I still hate having to click into the enum to look up the value every time. Cheers!