関数の型。 ```ts type FuncType = (a: number, b: number) => number; // ^? type FuncType = (a: number, b: number) => number; ```