文字列配列から文字列Enumもどきのオブジェクトを生成する つまりenum Hoge { Foo = "Foo" }のようなものを作る
enum Hoge { Foo = "Foo" }
https://typescript-jp.gitbook.io/deep-dive/type-system/literal-types#bsuno
Generated using TypeDoc
文字列配列から文字列Enumもどきのオブジェクトを生成する つまり
enum Hoge { Foo = "Foo" }
のようなものを作るSee
https://typescript-jp.gitbook.io/deep-dive/type-system/literal-types#bsuno