import type { Location } from './Location'; export type LocationWithDeviation = { location: Location; deviation: number; };