import { TransportMode } from '../../enums/transport-mode'; export interface QrCodeStopRoute { id: string; routeId: string; routeShortName?: string; direction?: string; transportMode?: TransportMode; }