TypeScriptの型
TypeScript
の型
{[key: string]: number}
async (x:string):number=>{...}
const x:T = y
const x = y as T