| 90 | } |
| 91 | |
| 92 | export interface HTTPTripStartRequestPayload { |
| 93 | rideFareID: string; |
| 94 | userID: string; |
| 95 | } |
| 96 | |
| 97 | export interface HTTPTripPreviewRequestPayload { |
| 98 | userID: string; |
nothing calls this directly
no outgoing calls
no test coverage detected