TypeScriptのmapped typeまじで記法わからん
interface Props { title: string [x: string]: any } type MappedTypeName = { [K in keyof ExistingType1]: ExistingType2; };
脳みその記憶容量が足りなくて辛い
interface Props { title: string [x: string]: any } type MappedTypeName = { [K in keyof ExistingType1]: ExistingType2; };
脳みその記憶容量が足りなくて辛い