interface Distance {
    id: number;
    meters: number;
}

export type { Distance };
