Share via


MobilityGetTransitDockInfoPreviewResponse type

getTransitDockInfoPreview işlemi için yanıt verilerini içerir.

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