次の方法で共有


MobilityGetTransitDockInfoPreviewResponse type

getTransitDockInfoPreview 操作の応答データが含まれます。

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