Поделиться через


MobilityGetTransitStopInfoPreviewResponse type

Содержит данные ответа для операции getTransitStopInfoPreview.

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