export type Scan = { id: number; runner: string; valid: boolean; _distance: number; distance: number; };