export interface NearestStop { id: string; name: string; lon: number; lat: number; zone: string; lines: string[]; }