次の方法で共有


MobilityGetTransitStopInfoPreviewResponse type

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

type MobilityGetTransitStopInfoPreviewResponse = TransitStopInfoResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: TransitStopInfoResponse,
  },
}