MobilityGetCarShareInfoPreviewResponse type

Contains response data for the getCarShareInfoPreview operation.

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