DigitalTwinsGetComponentResponse type

Obsahuje data odpovědi pro operaci getComponent.

type DigitalTwinsGetComponentResponse = DigitalTwinsGetComponentHeaders & {
  [propertyName: string]: any
}