Delen via


UpdatesGetNamesNextResponse type

Bevat antwoordgegevens voor de bewerking getNamesNext.

type UpdatesGetNamesNextResponse = PageableListOfStrings & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfStrings
  }
}