enum FruitKeys { tomato = "tomato", cucumber = "cucumber", potato = "potato" } type Fruit = { weight: number, color: string, yearning: boolean } const ...
確定! 回上一頁