Define a function type alias.
type MathOp
=> number
// TODO: type MathOp const add = (a, b) => a + b;