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
Enums are more structured and easier to use in TS code, but are not easy to use in templates.
This where EnumAsUnionOfKeys<typeof SomeEnum> comes to help.