DigitalTwinsGetByIdResponse type

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

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