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

Interface TripCreatedRequest

web/src/contracts.ts:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36export type ClientWsMessage = DriverResponseToTripResponse
37
38interface TripCreatedRequest {
39 type: TripEvents.Created;
40 data: Trip;
41}
42
43interface NoDriversFoundRequest {
44 type: TripEvents.NoDriversFound;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected