| 85 | } |
| 86 | |
| 87 | export interface HTTPTripPreviewResponse { |
| 88 | route: Route; |
| 89 | rideFares: RouteFare[]; |
| 90 | } |
| 91 | |
| 92 | export interface HTTPTripStartRequestPayload { |
| 93 | rideFareID: string; |
nothing calls this directly
no outgoing calls
no test coverage detected