Поделиться через


DevicesGetAllGroupsNextResponse type

Содержит данные ответа для операции getAllGroupsNext.

type DevicesGetAllGroupsNextResponse = PageableListOfGroups & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfGroups
  }
}