DigitalTwinsUpdateComponentResponse type

Contains response data for the updateComponent operation.

type DigitalTwinsUpdateComponentResponse =
  DigitalTwinsUpdateComponentHeaders & {
    _response: coreHttp.HttpResponse & {
      parsedHeaders: DigitalTwinsUpdateComponentHeaders
    }
  }