与えられたオブジェクトのvalueのユニオン型を作る. type valueOf<T> = T[keyof T];. const HOGE = { hoge: 'test', fuga: 'test2' } as const ...
確定! 回上一頁