export interface StartCommuteRequest { ticketId: number; routeInstanceId: number; stationId: number; }