/** * The unit the distance attribute is measured in (either in miles or kilometers). */ export type DistanceUnit = 'km' | 'mi';