MobilityGetCarShareInfoPreviewResponse type

getCarShareInfoPreview 操作の応答データを格納します。

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