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