Tipo de retorno de anotação digitada

function add(x: number, y: number): number {
  return x + y;
}
Impossible Ibex