Share via


MobilityGetCarShareInfoPreviewResponse type

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

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