Related resources for Enum Types
  • Enum In Typescript1/31/2020 9:26:30 AM. In this article you will learn about Enum in Typescript.
  • Design Tip - Avoid Enum Types In Domain Layer5/22/2018 5:13:03 PM. An enum is a special value type that lets you specify a group of named numeric constants. They can help make code more readable, as opposed to using int to represent constants or flags.