Aracılığıyla paylaş


DevicesGetAllGroupsNextResponse type

getAllGroupsNext işlemi için yanıt verilerini içerir.

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