次の方法で共有


DigitalTwinsGetComponentResponse type

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

type DigitalTwinsGetComponentResponse = DigitalTwinsGetComponentHeaders & {
  [propertyName: string]: any
}