| 49 | data: Driver; |
| 50 | } |
| 51 | interface DriverTripRequest { |
| 52 | type: TripEvents.DriverTripRequest; |
| 53 | data: Trip; |
| 54 | } |
| 55 | |
| 56 | export interface PaymentEventSessionCreatedData { |
| 57 | tripID: string; |
nothing calls this directly
no outgoing calls
no test coverage detected