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

Interface DriverRegisterRequest

web/src/contracts.ts:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47interface DriverRegisterRequest {
48 type: TripEvents.DriverRegister;
49 data: Driver;
50}
51interface DriverTripRequest {
52 type: TripEvents.DriverTripRequest;
53 data: Trip;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected