MobilityGetTransitStopInfoPreviewResponse type

Enthält Antwortdaten für den GetTransitStopInfoPreview-Vorgang.

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