MobilityGetTransitStopInfoPreviewResponse type

Obsahuje data odpovědi pro operaci getTransitStopInfoPreview.

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