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

Interface DriverTripRequest

web/src/contracts.ts:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 data: Driver;
50}
51interface DriverTripRequest {
52 type: TripEvents.DriverTripRequest;
53 data: Trip;
54}
55
56export interface PaymentEventSessionCreatedData {
57 tripID: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected