Replacing TypeScript Enums with Data Tagged Enums in Schemas
Is it possible to replace usage of ts enums with data tagged enums? Currently I use ts enums in schema too, but I can't find a way to support tagged enums, also ts enums resolves into strings or number and easy to work with as value