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

Interface NoDriversFoundRequest

web/src/contracts.ts:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43interface NoDriversFoundRequest {
44 type: TripEvents.NoDriversFound;
45}
46
47interface DriverRegisterRequest {
48 type: TripEvents.DriverRegister;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected