You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportinterfaceUser{// mutatorsrole_traditional: stringrole_new: stringrole_enum: Rolesrole_enum_traditional: Roles}constRoles={/** Can do anything */ADMIN: 'admin',/** Standard readonly */USER: 'user',}asconst;exporttypeRoles=typeofRoles[keyoftypeofRoles]
Based on the recommendation to not use TS Enums:
The text was updated successfully, but these errors were encountered: