An enum in TypeScript is a collection of constants. That's it. Here's the syntax example: enum Colors { RED = 'red', WHITE = 'white ...
確定! 回上一頁