To correctly model this situation, you need a way to create a type that can be either an integer or a string, that's what union types give you.
確定! 回上一頁