how to type a function code example Example: typescript annotate return type function add(x: number, y: number): number { return x + y; }