DigitalTwinsGetByIdResponse type

getById işlemi için yanıt verilerini içerir.

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