JSON の文字列と互換性のあるTypeScript列挙型を使用する方法はありますか? 例えば: _ enum Type { NEW, OLD } interface Thing { type: Type } let thing:Thing ...
確定! 回上一頁