共用方式為


DigitalTwinsAddResponse type

包含新增作業的響應數據。

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