Udostępnij za pośrednictwem


MobilityGetTransitDockInfoPreviewResponse type

Zawiera dane odpowiedzi dla operacji getTransitDockInfoPreview.

type MobilityGetTransitDockInfoPreviewResponse = TransitDockInfoResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: TransitDockInfoResponse,
  },
}