MobilityGetTransitDockInfoPreviewResponse type

Contains response data for the getTransitDockInfoPreview operation.

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