Delen via


DevicesGetAllGroupsNextResponse type

Bevat antwoordgegevens voor de bewerking getAllGroupsNext.

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