How do I declare a return type of a tuple of two numbers? December 2, 2023 by Tarik const coordinates = (id: number): [number, number] => [id, id]; No need for the parenthesis around the return tuple type