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

Interface HTTPTripStartRequestPayload

web/src/contracts.ts:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92export interface HTTPTripStartRequestPayload {
93 rideFareID: string;
94 userID: string;
95}
96
97export interface HTTPTripPreviewRequestPayload {
98 userID: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected