次の方法で共有


DigitalTwinsGetByIdResponse type

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

type DigitalTwinsGetByIdResponse = DigitalTwinsGetByIdHeaders & {
  [propertyName: string]: any
}