| 61 | } |
| 62 | |
| 63 | interface PaymentSessionCreatedRequest { |
| 64 | type: TripEvents.PaymentSessionCreated; |
| 65 | data: PaymentEventSessionCreatedData; |
| 66 | } |
| 67 | |
| 68 | interface DriverAssignedRequest { |
| 69 | type: TripEvents.DriverAssigned; |
nothing calls this directly
no outgoing calls
no test coverage detected