Share via


DigitalTwinsGetComponentResponse type

Contains response data for the getComponent operation.

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