MobilityGetTransitStopInfoPreviewResponse type

Contains response data for the getTransitStopInfoPreview operation.

type MobilityGetTransitStopInfoPreviewResponse = TransitStopInfoResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: TransitStopInfoResponse,
  },
}