Delen via


DevicesGetDeviceResponse type

Bevat antwoordgegevens voor de getDevice-bewerking.

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