1interface Props { 2 title: string 3 [x: string]: any 4} 5 6type MappedTypeName = { 7 [K in keyof ExistingType1]: ExistingType2; 8};
脳みその記憶容量が足りなくて辛い