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

Interface DriverResponseToTripResponse

web/src/contracts.ts:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78interface DriverResponseToTripResponse {
79 type: TripEvents.DriverTripAccept | TripEvents.DriverTripDecline;
80 data: {
81 tripID: string;
82 riderID: string;
83 driver: Driver;
84 };
85}
86
87export interface HTTPTripPreviewResponse {
88 route: Route;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected