MobilityGetTransitDockInfoPreviewResponse type

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

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