MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / DriverLocationRequest

Interface DriverLocationRequest

web/src/contracts.ts:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73interface DriverLocationRequest {
74 type: TripEvents.DriverLocation;
75 data: Driver[];
76}
77
78interface DriverResponseToTripResponse {
79 type: TripEvents.DriverTripAccept | TripEvents.DriverTripDecline;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected