export type Cursor = { type: `cursor`; x: number; y: number; };