MobilityGetCarShareInfoPreviewResponse type

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

type MobilityGetCarShareInfoPreviewResponse = CarShareResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: CarShareResponse,
  },
}