| 71 | } |
| 72 | |
| 73 | interface DriverLocationRequest { |
| 74 | type: TripEvents.DriverLocation; |
| 75 | data: Driver[]; |
| 76 | } |
| 77 | |
| 78 | interface DriverResponseToTripResponse { |
| 79 | type: TripEvents.DriverTripAccept | TripEvents.DriverTripDecline; |
nothing calls this directly
no outgoing calls
no test coverage detected