Dela via


DevicesGetDeviceResponse type

Innehåller svarsdata för getDevice-åtgärden.

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