Condividi tramite


DevicesGetDeviceResponse type

Contiene i dati di risposta per l'operazione getDevice.

type DevicesGetDeviceResponse = Device & {
  _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: Device }
}