DigitalTwinsGetComponentResponse type
包含 getComponent 作業的回應資料。
type DigitalTwinsGetComponentResponse = DigitalTwinsGetComponentHeaders & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: any
parsedHeaders: DigitalTwinsGetComponentHeaders
}
body: any
}