Partilhar via


DevicesGetAllDevicesResponse type

Contém dados de resposta para a operação getAllDevices.

type DevicesGetAllDevicesResponse = PageableListOfDevices & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfDevices
  }
}