Find the syntax mistake in a type alias declaration.
type Point { x: number; y: number; }
What is the bug in this code?