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

Interface HTTPTripPreviewResponse

web/src/contracts.ts:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87export interface HTTPTripPreviewResponse {
88 route: Route;
89 rideFares: RouteFare[];
90}
91
92export interface HTTPTripStartRequestPayload {
93 rideFareID: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected