Share via


DigitalTwinsGetByIdResponse type

Contains response data for the getById operation.

type DigitalTwinsGetByIdResponse = DigitalTwinsGetByIdHeaders & {
  [propertyName: string]: any
}