DigitalTwinsGetComponentResponse type

Contains response data for the getComponent operation.

type DigitalTwinsGetComponentResponse = DigitalTwinsGetComponentHeaders & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: any
    parsedHeaders: DigitalTwinsGetComponentHeaders
  }
  body: any
}