| 1 | import { Coordinate, Driver, Route, RouteFare, Trip } from "./types"; |
| 2 | |
| 3 | // These are the endpoints the API Gateway must have for the frontend to work correctly |
| 4 | export enum BackendEndpoints { |
nothing calls this directly
no outgoing calls
no test coverage detected