import { TransportMode } from '../../enums/transport-mode'; export interface QrCodeStopRoute { id: string; routeId: string; routeShortName?: string; direction?: string; transportMode?: TransportMode; } //# sourceMappingURL=qrcode-stop-route.d.ts.map