Partager via


DigitalTwinsGetByIdResponse type

Contient des données de réponse pour l’opération getById.

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