# Enums
These allow us to define a set of named constraints. Using enums can make it easer to document intent, or create a set of distinct cases. TypeScript provides numeric and string-based enums.
# Discordeno Enums
← Variables Interfaces →
These allow us to define a set of named constraints. Using enums can make it easer to document intent, or create a set of distinct cases. TypeScript provides numeric and string-based enums.
← Variables Interfaces →