DigitalTwinsAddResponse type

追加操作の応答データが含まれています。

type DigitalTwinsAddResponse = DigitalTwinsAddHeaders & {
  [propertyName: string]: any
}